Html Css Color HEX #413D76 Corn Flower Blue

📋 copy color: '#413D76'

red 65 ◦ green 61 ◦ blue 118

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

Shades of Corn Flower Blue #413D76

Tints of Corn Flower Blue #413D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 26.64%
G = 25%
B = 48.36%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413D76 (or 0x413D76) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 76. RGB value is (65,61,118). Sum of RGB (Red+Green+Blue) = 65+61+118=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #413D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D76 is #BEC289. Grayscale: #444444. Windows color (decimal): -12501642 or 7748929. OLE color: 7748929.

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

Color convert

RGB 65 61 118 -
CMYK 0.45 0.48 0 0.54
HSL 244.21º 0.32% 0.35% -
HSV(B) 244.21º 0.48% 0.46% -
XYZ 7.12 5.77 17.88 -
YUV 68.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 65 61 118 0.45 0.48 0 0.54 244.21 0.32 0.35
Hex 41 3D 76 2D 30 0 36 F4 20 23
Octal 101 75 166 55 60 0 66 364 40 43
Binary 1000001 111101 1110110 101101 110000 0 110110 11110100 100000 100011

Color Harmonies of #413D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D76

Black with #413D76

Text Example


Text Example

White with #413D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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