Html Css Color HEX #453F71 Corn Flower Blue

📋 copy color: '#453F71'

red 69 ◦ green 63 ◦ blue 113

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

Shades of Corn Flower Blue #453F71

Tints of Corn Flower Blue #453F71

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 28.16%
G = 25.71%
B = 46.12%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453F71 (or 0x453F71) is known color: Corn Flower Blue. HEX triplet: 45, 3F and 71. RGB value is (69,63,113). Sum of RGB (Red+Green+Blue) = 69+63+113=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #453F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F71 is #BAC08E. Grayscale: #464646. Windows color (decimal): -12238991 or 7421765. OLE color: 7421765.

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

Color convert

RGB 69 63 113 -
CMYK 0.39 0.44 0 0.56
HSL 247.2º 0.28% 0.35% -
HSV(B) 247.2º 0.44% 0.44% -
XYZ 7.21 6.01 16.4 -
YUV 70.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 69 63 113 0.39 0.44 0 0.56 247.2 0.28 0.35
Hex 45 3F 71 27 2C 0 38 F7 1C 23
Octal 105 77 161 47 54 0 70 367 34 43
Binary 1000101 111111 1110001 100111 101100 0 111000 11110111 11100 100011

Color Harmonies of #453F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F71

Black with #453F71

Text Example


Text Example

White with #453F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453F71; }

 p { color: rgb(69,63,113); }

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

background-color css

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

 a { background-color: rgb(69,63,113); }

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

border-color css

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

 span { border-color: rgb(69,63,113); }

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