Html Css Color HEX #454470 Corn Flower Blue

📋 copy color: '#454470'

red 69 ◦ green 68 ◦ blue 112

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

Shades of Corn Flower Blue #454470

Tints of Corn Flower Blue #454470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 27.71%
G = 27.31%
B = 44.98%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454470 (or 0x454470) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 70. RGB value is (69,68,112). Sum of RGB (Red+Green+Blue) = 69+68+112=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #454470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454470 is #BABB8F. Grayscale: #494949. Windows color (decimal): -12237712 or 7357509. OLE color: 7357509.

HSL color Cylindrical-coordinate representation of color #454470: hue angle of 241.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454470 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 68 112 -
CMYK 0.38 0.39 0 0.56
HSL 241.36º 0.24% 0.35% -
HSV(B) 241.36º 0.39% 0.44% -
XYZ 7.45 6.57 16.2 -
YUV 73.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 69 68 112 0.38 0.39 0 0.56 241.36 0.24 0.35
Hex 45 44 70 26 27 0 38 F1 18 23
Octal 105 104 160 46 47 0 70 361 30 43
Binary 1000101 1000100 1110000 100110 100111 0 111000 11110001 11000 100011

Color Harmonies of #454470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454470

Black with #454470

Text Example


Text Example

White with #454470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454470; }

 p { color: rgb(69,68,112); }

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

background-color css

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

 a { background-color: rgb(69,68,112); }

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

border-color css

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

 span { border-color: rgb(69,68,112); }

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