Html Css Color HEX #454762 Corn Flower Blue

📋 copy color: '#454762'

red 69 ◦ green 71 ◦ blue 98

#454762
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #454762

Tints of Corn Flower Blue #454762

RGB

 RED value IS 69 (27.34% from 255) = 28.99%

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 28.99%
G = 29.83%
B = 41.18%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#454762 (or 0x454762) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 62. RGB value is (69,71,98). Sum of RGB (Red+Green+Blue) = 69+71+98=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #454762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454762 is #BAB89D. Grayscale: #494949. Windows color (decimal): -12236958 or 6440773. OLE color: 6440773.

HSL color Cylindrical-coordinate representation of color #454762: hue angle of 235.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454762 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 71 98 -
CMYK 0.30 0.28 0 0.62
HSL 235.86º 0.17% 0.33% -
HSV(B) 235.86º 0.3% 0.38% -
XYZ 6.91 6.65 12.48 -
YUV 73.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 69 71 98 0.30 0.28 0 0.62 235.86 0.17 0.33
Hex 45 47 62 1E 1C 0 3E EC 11 21
Octal 105 107 142 36 34 0 76 354 21 41
Binary 1000101 1000111 1100010 11110 11100 0 111110 11101100 10001 100001

Color Harmonies of #454762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454762

Black with #454762

Text Example


Text Example

White with #454762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454762; }

 p { color: rgb(69,71,98); }

 H1.HeaderClassName
 {
   color: #454762;
 }
 .AnyTagClassName
 {
   color: #454762;
 }
</style>

background-color css

<style>
 a { background-color: #454762; }

 a { background-color: rgb(69,71,98); }

 div.DivClassName
 {
   background-color: #454762;
 }
 .BgClassName
 {
   background-color: #454762;
 }
</style>

border-color css

<style>
 span { border-color: #454762; }

 span { border-color: rgb(69,71,98); }

 td.TdClassName
 {
   border-color: #454762;
 }
 .TagClassName
 {
   border-color: #454762;
 }
</style>