Html Css Color HEX #404175 Corn Flower Blue

📋 copy color: '#404175'

red 64 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #404175

Tints of Corn Flower Blue #404175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 26.02%
G = 26.42%
B = 47.56%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404175 (or 0x404175) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 75. RGB value is (64,65,117). Sum of RGB (Red+Green+Blue) = 64+65+117=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #404175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404175 is #BFBE8A. Grayscale: #464646. Windows color (decimal): -12566155 or 7684416. OLE color: 7684416.

HSL color Cylindrical-coordinate representation of color #404175: hue angle of 238.87º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404175 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 65 117 -
CMYK 0.45 0.44 0 0.54
HSL 238.87º 0.29% 0.35% -
HSV(B) 238.87º 0.45% 0.46% -
XYZ 7.22 6.15 17.64 -
YUV 70.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 64 65 117 0.45 0.44 0 0.54 238.87 0.29 0.35
Hex 40 41 75 2D 2C 0 36 EF 1D 23
Octal 100 101 165 55 54 0 66 357 35 43
Binary 1000000 1000001 1110101 101101 101100 0 110110 11101111 11101 100011

Color Harmonies of #404175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404175

Black with #404175

Text Example


Text Example

White with #404175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404175; }

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

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

background-color css

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

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

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

border-color css

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

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

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