Html Css Color HEX #454263 Corn Flower Blue

📋 copy color: '#454263'

red 69 ◦ green 66 ◦ blue 99

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

Shades of Corn Flower Blue #454263

Tints of Corn Flower Blue #454263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 29.49%
G = 28.21%
B = 42.31%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454263 (or 0x454263) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 63. RGB value is (69,66,99). Sum of RGB (Red+Green+Blue) = 69+66+99=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #454263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454263 is #BABD9C. Grayscale: #464646. Windows color (decimal): -12238237 or 6505029. OLE color: 6505029.

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

Color convert

RGB 69 66 99 -
CMYK 0.30 0.33 0 0.61
HSL 245.45º 0.2% 0.32% -
HSV(B) 245.45º 0.33% 0.39% -
XYZ 6.65 6.06 12.62 -
YUV 70.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 69 66 99 0.30 0.33 0 0.61 245.45 0.2 0.32
Hex 45 42 63 1E 21 0 3D F5 14 20
Octal 105 102 143 36 41 0 75 365 24 40
Binary 1000101 1000010 1100011 11110 100001 0 111101 11110101 10100 100000

Color Harmonies of #454263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454263

Black with #454263

Text Example


Text Example

White with #454263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454263; }

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

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

background-color css

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

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

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

border-color css

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

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

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