Html Css Color HEX #454978 Corn Flower Blue

📋 copy color: '#454978'

red 69 ◦ green 73 ◦ blue 120

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

Shades of Corn Flower Blue #454978

Tints of Corn Flower Blue #454978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 26.34%
G = 27.86%
B = 45.8%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454978 (or 0x454978) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 78. RGB value is (69,73,120). Sum of RGB (Red+Green+Blue) = 69+73+120=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #454978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454978 is #BAB687. Grayscale: #4C4C4C. Windows color (decimal): -12236424 or 7883077. OLE color: 7883077.

HSL color Cylindrical-coordinate representation of color #454978: hue angle of 235.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454978 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 73 120 -
CMYK 0.42 0.39 0 0.53
HSL 235.29º 0.27% 0.37% -
HSV(B) 235.29º 0.43% 0.47% -
XYZ 8.23 7.39 18.76 -
YUV 77.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 69 73 120 0.42 0.39 0 0.53 235.29 0.27 0.37
Hex 45 49 78 2A 27 0 35 EB 1B 25
Octal 105 111 170 52 47 0 65 353 33 45
Binary 1000101 1001001 1111000 101010 100111 0 110101 11101011 11011 100101

Color Harmonies of #454978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454978

Black with #454978

Text Example


Text Example

White with #454978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454978; }

 p { color: rgb(69,73,120); }

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

background-color css

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

 a { background-color: rgb(69,73,120); }

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

border-color css

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

 span { border-color: rgb(69,73,120); }

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