Html Css Color HEX #413F76 Corn Flower Blue

📋 copy color: '#413F76'

red 65 ◦ green 63 ◦ blue 118

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

Shades of Corn Flower Blue #413F76

Tints of Corn Flower Blue #413F76

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

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

R = 26.42%
G = 25.61%
B = 47.97%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413F76 (or 0x413F76) is known color: Corn Flower Blue. HEX triplet: 41, 3F and 76. RGB value is (65,63,118). Sum of RGB (Red+Green+Blue) = 65+63+118=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #413F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F76 is #BEC089. Grayscale: #454545. Windows color (decimal): -12501130 or 7749441. OLE color: 7749441.

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

Color convert

RGB 65 63 118 -
CMYK 0.45 0.47 0 0.54
HSL 242.18º 0.3% 0.35% -
HSV(B) 242.18º 0.47% 0.46% -
XYZ 7.23 5.99 17.91 -
YUV 69.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 65 63 118 0.45 0.47 0 0.54 242.18 0.3 0.35
Hex 41 3F 76 2D 2F 0 36 F2 1E 23
Octal 101 77 166 55 57 0 66 362 36 43
Binary 1000001 111111 1110110 101101 101111 0 110110 11110010 11110 100011

Color Harmonies of #413F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F76

Black with #413F76

Text Example


Text Example

White with #413F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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