Html Css Color HEX #414260 Corn Flower Blue

📋 copy color: '#414260'

red 65 ◦ green 66 ◦ blue 96

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

Shades of Corn Flower Blue #414260

Tints of Corn Flower Blue #414260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 28.63%
G = 29.07%
B = 42.29%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414260 (or 0x414260) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 60. RGB value is (65,66,96). Sum of RGB (Red+Green+Blue) = 65+66+96=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #414260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414260 is #BEBD9F. Grayscale: #454545. Windows color (decimal): -12500384 or 6308417. OLE color: 6308417.

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

Color convert

RGB 65 66 96 -
CMYK 0.32 0.31 0 0.62
HSL 238.06º 0.19% 0.32% -
HSV(B) 238.06º 0.32% 0.38% -
XYZ 6.24 5.86 11.87 -
YUV 69.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 65 66 96 0.32 0.31 0 0.62 238.06 0.19 0.32
Hex 41 42 60 20 1F 0 3E EE 13 20
Octal 101 102 140 40 37 0 76 356 23 40
Binary 1000001 1000010 1100000 100000 11111 0 111110 11101110 10011 100000

Color Harmonies of #414260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414260

Black with #414260

Text Example


Text Example

White with #414260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414260; }

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

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

background-color css

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

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

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

border-color css

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

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

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