Html Css Color HEX #454669 Corn Flower Blue

📋 copy color: '#454669'

red 69 ◦ green 70 ◦ blue 105

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

Shades of Corn Flower Blue #454669

Tints of Corn Flower Blue #454669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 28.28%
G = 28.69%
B = 43.03%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#454669 (or 0x454669) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 69. RGB value is (69,70,105). Sum of RGB (Red+Green+Blue) = 69+70+105=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #454669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454669 is #BAB996. Grayscale: #494949. Windows color (decimal): -12237207 or 6899269. OLE color: 6899269.

HSL color Cylindrical-coordinate representation of color #454669: hue angle of 238.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454669 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 70 105 -
CMYK 0.34 0.33 0 0.59
HSL 238.33º 0.21% 0.34% -
HSV(B) 238.33º 0.34% 0.41% -
XYZ 7.19 6.67 14.27 -
YUV 73.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 69 70 105 0.34 0.33 0 0.59 238.33 0.21 0.34
Hex 45 46 69 22 21 0 3B EE 15 22
Octal 105 106 151 42 41 0 73 356 25 42
Binary 1000101 1000110 1101001 100010 100001 0 111011 11101110 10101 100010

Color Harmonies of #454669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454669

Black with #454669

Text Example


Text Example

White with #454669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454669; }

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

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

background-color css

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

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

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

border-color css

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

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

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