Html Css Color HEX #454672 Corn Flower Blue

📋 copy color: '#454672'

red 69 ◦ green 70 ◦ blue 114

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

Shades of Corn Flower Blue #454672

Tints of Corn Flower Blue #454672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 27.27%
G = 27.67%
B = 45.06%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454672 (or 0x454672) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 72. RGB value is (69,70,114). Sum of RGB (Red+Green+Blue) = 69+70+114=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #454672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454672 is #BAB98D. Grayscale: #4A4A4A. Windows color (decimal): -12237198 or 7489093. OLE color: 7489093.

HSL color Cylindrical-coordinate representation of color #454672: hue angle of 238.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454672 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 70 114 -
CMYK 0.39 0.39 0 0.55
HSL 238.67º 0.25% 0.36% -
HSV(B) 238.67º 0.39% 0.45% -
XYZ 7.68 6.86 16.84 -
YUV 74.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 69 70 114 0.39 0.39 0 0.55 238.67 0.25 0.36
Hex 45 46 72 27 27 0 37 EF 19 24
Octal 105 106 162 47 47 0 67 357 31 44
Binary 1000101 1000110 1110010 100111 100111 0 110111 11101111 11001 100100

Color Harmonies of #454672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454672

Black with #454672

Text Example


Text Example

White with #454672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454672; }

 p { color: rgb(69,70,114); }

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

background-color css

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

 a { background-color: rgb(69,70,114); }

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

border-color css

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

 span { border-color: rgb(69,70,114); }

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