Html Css Color HEX #454763 Corn Flower Blue

📋 copy color: '#454763'

red 69 ◦ green 71 ◦ blue 99

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

Shades of Corn Flower Blue #454763

Tints of Corn Flower Blue #454763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 28.87%
G = 29.71%
B = 41.42%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454763 (or 0x454763) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 63. RGB value is (69,71,99). Sum of RGB (Red+Green+Blue) = 69+71+99=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #454763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454763 is #BAB89C. Grayscale: #494949. Windows color (decimal): -12236957 or 6506309. OLE color: 6506309.

HSL color Cylindrical-coordinate representation of color #454763: hue angle of 236º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454763 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 71 99 -
CMYK 0.30 0.28 0 0.61
HSL 236º 0.18% 0.33% -
HSV(B) 236º 0.3% 0.39% -
XYZ 6.96 6.67 12.73 -
YUV 73.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 69 71 99 0.30 0.28 0 0.61 236 0.18 0.33
Hex 45 47 63 1E 1C 0 3D EC 12 21
Octal 105 107 143 36 34 0 75 354 22 41
Binary 1000101 1000111 1100011 11110 11100 0 111101 11101100 10010 100001

Color Harmonies of #454763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454763

Black with #454763

Text Example


Text Example

White with #454763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454763; }

 p { color: rgb(69,71,99); }

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

background-color css

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

 a { background-color: rgb(69,71,99); }

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

border-color css

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

 span { border-color: rgb(69,71,99); }

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