Html Css Color HEX #404166 Corn Flower Blue

📋 copy color: '#404166'

red 64 ◦ green 65 ◦ blue 102

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

Shades of Corn Flower Blue #404166

Tints of Corn Flower Blue #404166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.16%

R = 27.71%
G = 28.14%
B = 44.16%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404166 (or 0x404166) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 66. RGB value is (64,65,102). Sum of RGB (Red+Green+Blue) = 64+65+102=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #404166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404166 is #BFBE99. Grayscale: #444444. Windows color (decimal): -12566170 or 6701376. OLE color: 6701376.

HSL color Cylindrical-coordinate representation of color #404166: hue angle of 238.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404166 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 65 102 -
CMYK 0.37 0.36 0 0.6
HSL 238.42º 0.23% 0.33% -
HSV(B) 238.42º 0.37% 0.4% -
XYZ 6.4 5.83 13.36 -
YUV 68.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 64 65 102 0.37 0.36 0 0.6 238.42 0.23 0.33
Hex 40 41 66 25 24 0 3C EE 17 21
Octal 100 101 146 45 44 0 74 356 27 41
Binary 1000000 1000001 1100110 100101 100100 0 111100 11101110 10111 100001

Color Harmonies of #404166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404166

Black with #404166

Text Example


Text Example

White with #404166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404166; }

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

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

background-color css

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

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

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

border-color css

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

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

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