Html Css Color HEX #453B77 Corn Flower Blue

📋 copy color: '#453B77'

red 69 ◦ green 59 ◦ blue 119

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

Shades of Corn Flower Blue #453B77

Tints of Corn Flower Blue #453B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

 BLUE value IS 119 (46.88% from 255) = 48.18%

R = 27.94%
G = 23.89%
B = 48.18%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453B77 (or 0x453B77) is known color: Corn Flower Blue. HEX triplet: 45, 3B and 77. RGB value is (69,59,119). Sum of RGB (Red+Green+Blue) = 69+59+119=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #453B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B77 is #BAC488. Grayscale: #444444. Windows color (decimal): -12240009 or 7813957. OLE color: 7813957.

HSL color Cylindrical-coordinate representation of color #453B77: hue angle of 250º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453B77 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 59 119 -
CMYK 0.42 0.50 0 0.53
HSL 250º 0.34% 0.35% -
HSV(B) 250º 0.5% 0.47% -
XYZ 7.35 5.73 18.17 -
YUV 68.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 69 59 119 0.42 0.50 0 0.53 250 0.34 0.35
Hex 45 3B 77 2A 32 0 35 FA 22 23
Octal 105 73 167 52 62 0 65 372 42 43
Binary 1000101 111011 1110111 101010 110010 0 110101 11111010 100010 100011

Color Harmonies of #453B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B77

Black with #453B77

Text Example


Text Example

White with #453B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,59,119); }

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

background-color css

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

 a { background-color: rgb(69,59,119); }

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

border-color css

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

 span { border-color: rgb(69,59,119); }

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