Html Css Color HEX #454778 Corn Flower Blue

📋 copy color: '#454778'

red 69 ◦ green 71 ◦ blue 120

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

Shades of Corn Flower Blue #454778

Tints of Corn Flower Blue #454778

RGB

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

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

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

R = 26.54%
G = 27.31%
B = 46.15%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454778 (or 0x454778) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 78. RGB value is (69,71,120). Sum of RGB (Red+Green+Blue) = 69+71+120=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #454778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454778 is #BAB887. Grayscale: #4B4B4B. Windows color (decimal): -12236936 or 7882565. OLE color: 7882565.

HSL color Cylindrical-coordinate representation of color #454778: hue angle of 237.65º 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 #454778 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 71 120 -
CMYK 0.42 0.41 0 0.53
HSL 237.65º 0.27% 0.37% -
HSV(B) 237.65º 0.43% 0.47% -
XYZ 8.1 7.13 18.72 -
YUV 75.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 69 71 120 0.42 0.41 0 0.53 237.65 0.27 0.37
Hex 45 47 78 2A 29 0 35 EE 1B 25
Octal 105 107 170 52 51 0 65 356 33 45
Binary 1000101 1000111 1111000 101010 101001 0 110101 11101110 11011 100101

Color Harmonies of #454778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454778

Black with #454778

Text Example


Text Example

White with #454778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454778; }

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

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

background-color css

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

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

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

border-color css

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

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

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