Html Css Color HEX #454776 Corn Flower Blue

📋 copy color: '#454776'

red 69 ◦ green 71 ◦ blue 118

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

Shades of Corn Flower Blue #454776

Tints of Corn Flower Blue #454776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 26.74%
G = 27.52%
B = 45.74%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454776 (or 0x454776) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 76. RGB value is (69,71,118). Sum of RGB (Red+Green+Blue) = 69+71+118=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #454776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454776 is #BAB889. Grayscale: #4B4B4B. Windows color (decimal): -12236938 or 7751493. OLE color: 7751493.

HSL color Cylindrical-coordinate representation of color #454776: hue angle of 237.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454776 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 71 118 -
CMYK 0.42 0.40 0 0.54
HSL 237.55º 0.26% 0.37% -
HSV(B) 237.55º 0.42% 0.46% -
XYZ 7.98 7.08 18.09 -
YUV 75.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 69 71 118 0.42 0.40 0 0.54 237.55 0.26 0.37
Hex 45 47 76 2A 28 0 36 EE 1A 25
Octal 105 107 166 52 50 0 66 356 32 45
Binary 1000101 1000111 1110110 101010 101000 0 110110 11101110 11010 100101

Color Harmonies of #454776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454776

Black with #454776

Text Example


Text Example

White with #454776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454776; }

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

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

background-color css

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

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

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

border-color css

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

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

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