Html Css Color HEX #414060 Corn Flower Blue

📋 copy color: '#414060'

red 65 ◦ green 64 ◦ blue 96

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

Shades of Corn Flower Blue #414060

Tints of Corn Flower Blue #414060

RGB

 RED value IS 65 (25.78% from 255) = 28.89%

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 28.89%
G = 28.44%
B = 42.67%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414060 (or 0x414060) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 60. RGB value is (65,64,96). Sum of RGB (Red+Green+Blue) = 65+64+96=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #414060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414060 is #BEBF9F. Grayscale: #434343. Windows color (decimal): -12500896 or 6307905. OLE color: 6307905.

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

Color convert

RGB 65 64 96 -
CMYK 0.32 0.33 0 0.62
HSL 241.88º 0.2% 0.31% -
HSV(B) 241.88º 0.33% 0.38% -
XYZ 6.12 5.64 11.83 -
YUV 67.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 65 64 96 0.32 0.33 0 0.62 241.88 0.2 0.31
Hex 41 40 60 20 21 0 3E F2 14 1F
Octal 101 100 140 40 41 0 76 362 24 37
Binary 1000001 1000000 1100000 100000 100001 0 111110 11110010 10100 11111

Color Harmonies of #414060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414060

Black with #414060

Text Example


Text Example

White with #414060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414060; }

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

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

background-color css

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

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

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

border-color css

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

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

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