Html Css Color HEX #404263 Corn Flower Blue

📋 copy color: '#404263'

red 64 ◦ green 66 ◦ blue 99

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

Shades of Corn Flower Blue #404263

Tints of Corn Flower Blue #404263

RGB

 RED value IS 64 (25.39% from 255) = 27.95%

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

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

R = 27.95%
G = 28.82%
B = 43.23%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404263 (or 0x404263) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 63. RGB value is (64,66,99). Sum of RGB (Red+Green+Blue) = 64+66+99=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #404263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404263 is #BFBD9C. Grayscale: #454545. Windows color (decimal): -12565917 or 6505024. OLE color: 6505024.

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

Color convert

RGB 64 66 99 -
CMYK 0.35 0.33 0 0.61
HSL 236.57º 0.21% 0.32% -
HSV(B) 236.57º 0.35% 0.39% -
XYZ 6.31 5.89 12.61 -
YUV 69.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 64 66 99 0.35 0.33 0 0.61 236.57 0.21 0.32
Hex 40 42 63 23 21 0 3D ED 15 20
Octal 100 102 143 43 41 0 75 355 25 40
Binary 1000000 1000010 1100011 100011 100001 0 111101 11101101 10101 100000

Color Harmonies of #404263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404263

Black with #404263

Text Example


Text Example

White with #404263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404263; }

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

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

background-color css

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

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

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

border-color css

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

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

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