Html Css Color HEX #454676 Corn Flower Blue

📋 copy color: '#454676'

red 69 ◦ green 70 ◦ blue 118

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

Shades of Corn Flower Blue #454676

Tints of Corn Flower Blue #454676

RGB

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

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

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

R = 26.85%
G = 27.24%
B = 45.91%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454676 (or 0x454676) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 76. RGB value is (69,70,118). Sum of RGB (Red+Green+Blue) = 69+70+118=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #454676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454676 is #BAB989. Grayscale: #4A4A4A. Windows color (decimal): -12237194 or 7751237. OLE color: 7751237.

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

Color convert

RGB 69 70 118 -
CMYK 0.42 0.41 0 0.54
HSL 238.78º 0.26% 0.37% -
HSV(B) 238.78º 0.42% 0.46% -
XYZ 7.91 6.95 18.06 -
YUV 75.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 69 70 118 0.42 0.41 0 0.54 238.78 0.26 0.37
Hex 45 46 76 2A 29 0 36 EF 1A 25
Octal 105 106 166 52 51 0 66 357 32 45
Binary 1000101 1000110 1110110 101010 101001 0 110110 11101111 11010 100101

Color Harmonies of #454676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454676

Black with #454676

Text Example


Text Example

White with #454676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454676; }

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

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

background-color css

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

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

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

border-color css

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

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

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