Html Css Color HEX #454A70 Corn Flower Blue

📋 copy color: '#454A70'

red 69 ◦ green 74 ◦ blue 112

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

Shades of Corn Flower Blue #454A70

Tints of Corn Flower Blue #454A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

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

R = 27.06%
G = 29.02%
B = 43.92%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454A70 (or 0x454A70) is known color: Corn Flower Blue. HEX triplet: 45, 4A and 70. RGB value is (69,74,112). Sum of RGB (Red+Green+Blue) = 69+74+112=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #454A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A70 is #BAB58F. Grayscale: #4C4C4C. Windows color (decimal): -12236176 or 7359045. OLE color: 7359045.

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

Color convert

RGB 69 74 112 -
CMYK 0.38 0.34 0 0.56
HSL 233.02º 0.24% 0.35% -
HSV(B) 233.02º 0.38% 0.44% -
XYZ 7.83 7.33 16.33 -
YUV 76.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 69 74 112 0.38 0.34 0 0.56 233.02 0.24 0.35
Hex 45 4A 70 26 22 0 38 E9 18 23
Octal 105 112 160 46 42 0 70 351 30 43
Binary 1000101 1001010 1110000 100110 100010 0 111000 11101001 11000 100011

Color Harmonies of #454A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A70

Black with #454A70

Text Example


Text Example

White with #454A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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