Html Css Color HEX #404170 Corn Flower Blue

📋 copy color: '#404170'

red 64 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #404170

Tints of Corn Flower Blue #404170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 26.56%
G = 26.97%
B = 46.47%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404170 (or 0x404170) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 70. RGB value is (64,65,112). Sum of RGB (Red+Green+Blue) = 64+65+112=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #404170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404170 is #BFBE8F. Grayscale: #454545. Windows color (decimal): -12566160 or 7356736. OLE color: 7356736.

HSL color Cylindrical-coordinate representation of color #404170: hue angle of 238.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404170 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 65 112 -
CMYK 0.43 0.42 0 0.56
HSL 238.75º 0.27% 0.35% -
HSV(B) 238.75º 0.43% 0.44% -
XYZ 6.93 6.04 16.13 -
YUV 70.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 64 65 112 0.43 0.42 0 0.56 238.75 0.27 0.35
Hex 40 41 70 2B 2A 0 38 EF 1B 23
Octal 100 101 160 53 52 0 70 357 33 43
Binary 1000000 1000001 1110000 101011 101010 0 111000 11101111 11011 100011

Color Harmonies of #404170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404170

Black with #404170

Text Example


Text Example

White with #404170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404170; }

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

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

background-color css

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

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

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

border-color css

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

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

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