Html Css Color HEX #404163 Corn Flower Blue

📋 copy color: '#404163'

red 64 ◦ green 65 ◦ blue 99

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

Shades of Corn Flower Blue #404163

Tints of Corn Flower Blue #404163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 28.07%
G = 28.51%
B = 43.42%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404163 (or 0x404163) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 63. RGB value is (64,65,99). Sum of RGB (Red+Green+Blue) = 64+65+99=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #404163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404163 is #BFBE9C. Grayscale: #444444. Windows color (decimal): -12566173 or 6504768. OLE color: 6504768.

HSL color Cylindrical-coordinate representation of color #404163: hue angle of 238.29º 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 #404163 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 65 99 -
CMYK 0.35 0.34 0 0.61
HSL 238.29º 0.21% 0.32% -
HSV(B) 238.29º 0.35% 0.39% -
XYZ 6.26 5.77 12.59 -
YUV 68.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 64 65 99 0.35 0.34 0 0.61 238.29 0.21 0.32
Hex 40 41 63 23 22 0 3D EE 15 20
Octal 100 101 143 43 42 0 75 356 25 40
Binary 1000000 1000001 1100011 100011 100010 0 111101 11101110 10101 100000

Color Harmonies of #404163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404163

Black with #404163

Text Example


Text Example

White with #404163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404163; }

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

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

background-color css

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

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

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

border-color css

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

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

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