Html Css Color HEX #453D71 Corn Flower Blue

📋 copy color: '#453D71'

red 69 ◦ green 61 ◦ blue 113

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

Shades of Corn Flower Blue #453D71

Tints of Corn Flower Blue #453D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 28.4%
G = 25.1%
B = 46.5%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453D71 (or 0x453D71) is known color: Corn Flower Blue. HEX triplet: 45, 3D and 71. RGB value is (69,61,113). Sum of RGB (Red+Green+Blue) = 69+61+113=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #453D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D71 is #BAC28E. Grayscale: #454545. Windows color (decimal): -12239503 or 7421253. OLE color: 7421253.

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

Color convert

RGB 69 61 113 -
CMYK 0.39 0.46 0 0.56
HSL 249.23º 0.3% 0.34% -
HSV(B) 249.23º 0.46% 0.44% -
XYZ 7.1 5.79 16.37 -
YUV 69.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 69 61 113 0.39 0.46 0 0.56 249.23 0.3 0.34
Hex 45 3D 71 27 2E 0 38 F9 1E 22
Octal 105 75 161 47 56 0 70 371 36 42
Binary 1000101 111101 1110001 100111 101110 0 111000 11111001 11110 100010

Color Harmonies of #453D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D71

Black with #453D71

Text Example


Text Example

White with #453D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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