Html Css Color HEX #404161 Corn Flower Blue

📋 copy color: '#404161'

red 64 ◦ green 65 ◦ blue 97

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

Shades of Corn Flower Blue #404161

Tints of Corn Flower Blue #404161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 28.32%
G = 28.76%
B = 42.92%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404161 (or 0x404161) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 61. RGB value is (64,65,97). Sum of RGB (Red+Green+Blue) = 64+65+97=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #404161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404161 is #BFBE9E. Grayscale: #444444. Windows color (decimal): -12566175 or 6373696. OLE color: 6373696.

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

Color convert

RGB 64 65 97 -
CMYK 0.34 0.33 0 0.62
HSL 238.18º 0.2% 0.32% -
HSV(B) 238.18º 0.34% 0.38% -
XYZ 6.16 5.73 12.09 -
YUV 68.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 64 65 97 0.34 0.33 0 0.62 238.18 0.2 0.32
Hex 40 41 61 22 21 0 3E EE 14 20
Octal 100 101 141 42 41 0 76 356 24 40
Binary 1000000 1000001 1100001 100010 100001 0 111110 11101110 10100 100000

Color Harmonies of #404161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404161

Black with #404161

Text Example


Text Example

White with #404161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404161; }

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

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

background-color css

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

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

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

border-color css

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

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

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