Html Css Color HEX #413B76 Corn Flower Blue

📋 copy color: '#413B76'

red 65 ◦ green 59 ◦ blue 118

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

Shades of Corn Flower Blue #413B76

Tints of Corn Flower Blue #413B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

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

R = 26.86%
G = 24.38%
B = 48.76%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413B76 (or 0x413B76) is known color: Corn Flower Blue. HEX triplet: 41, 3B and 76. RGB value is (65,59,118). Sum of RGB (Red+Green+Blue) = 65+59+118=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #413B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B76 is #BEC489. Grayscale: #434343. Windows color (decimal): -12502154 or 7748417. OLE color: 7748417.

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

Color convert

RGB 65 59 118 -
CMYK 0.45 0.50 0 0.54
HSL 246.1º 0.33% 0.35% -
HSV(B) 246.1º 0.5% 0.46% -
XYZ 7.01 5.56 17.84 -
YUV 67.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 65 59 118 0.45 0.50 0 0.54 246.1 0.33 0.35
Hex 41 3B 76 2D 32 0 36 F6 21 23
Octal 101 73 166 55 62 0 66 366 41 43
Binary 1000001 111011 1110110 101101 110010 0 110110 11110110 100001 100011

Color Harmonies of #413B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B76

Black with #413B76

Text Example


Text Example

White with #413B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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