Html Css Color HEX #454869 Corn Flower Blue

📋 copy color: '#454869'

red 69 ◦ green 72 ◦ blue 105

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

Shades of Corn Flower Blue #454869

Tints of Corn Flower Blue #454869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 28.05%
G = 29.27%
B = 42.68%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#454869 (or 0x454869) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 69. RGB value is (69,72,105). Sum of RGB (Red+Green+Blue) = 69+72+105=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #454869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454869 is #BAB796. Grayscale: #4A4A4A. Windows color (decimal): -12236695 or 6899781. OLE color: 6899781.

HSL color Cylindrical-coordinate representation of color #454869: hue angle of 235º 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 #454869 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 72 105 -
CMYK 0.34 0.31 0 0.59
HSL 235º 0.21% 0.34% -
HSV(B) 235º 0.34% 0.41% -
XYZ 7.32 6.92 14.31 -
YUV 74.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 69 72 105 0.34 0.31 0 0.59 235 0.21 0.34
Hex 45 48 69 22 1F 0 3B EB 15 22
Octal 105 110 151 42 37 0 73 353 25 42
Binary 1000101 1001000 1101001 100010 11111 0 111011 11101011 10101 100010

Color Harmonies of #454869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454869

Black with #454869

Text Example


Text Example

White with #454869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454869; }

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

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

background-color css

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

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

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

border-color css

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

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

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