Html Css Color HEX #414076 Corn Flower Blue

📋 copy color: '#414076'

red 65 ◦ green 64 ◦ blue 118

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

Shades of Corn Flower Blue #414076

Tints of Corn Flower Blue #414076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 26.32%
G = 25.91%
B = 47.77%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414076 (or 0x414076) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 76. RGB value is (65,64,118). Sum of RGB (Red+Green+Blue) = 65+64+118=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #414076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414076 is #BEBF89. Grayscale: #464646. Windows color (decimal): -12500874 or 7749697. OLE color: 7749697.

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

Color convert

RGB 65 64 118 -
CMYK 0.45 0.46 0 0.54
HSL 241.11º 0.3% 0.36% -
HSV(B) 241.11º 0.46% 0.46% -
XYZ 7.28 6.1 17.93 -
YUV 70.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 65 64 118 0.45 0.46 0 0.54 241.11 0.3 0.36
Hex 41 40 76 2D 2E 0 36 F1 1E 24
Octal 101 100 166 55 56 0 66 361 36 44
Binary 1000001 1000000 1110110 101101 101110 0 110110 11110001 11110 100100

Color Harmonies of #414076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414076

Black with #414076

Text Example


Text Example

White with #414076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414076; }

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

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

background-color css

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

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

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

border-color css

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

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

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