Html Css Color HEX #413C76 Corn Flower Blue

📋 copy color: '#413C76'

red 65 ◦ green 60 ◦ blue 118

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

Shades of Corn Flower Blue #413C76

Tints of Corn Flower Blue #413C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.69%

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

R = 26.75%
G = 24.69%
B = 48.56%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413C76 (or 0x413C76) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 76. RGB value is (65,60,118). Sum of RGB (Red+Green+Blue) = 65+60+118=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #413C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C76 is #BEC389. Grayscale: #434343. Windows color (decimal): -12501898 or 7748673. OLE color: 7748673.

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

Color convert

RGB 65 60 118 -
CMYK 0.45 0.49 0 0.54
HSL 245.17º 0.33% 0.35% -
HSV(B) 245.17º 0.49% 0.46% -
XYZ 7.07 5.66 17.86 -
YUV 68.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 65 60 118 0.45 0.49 0 0.54 245.17 0.33 0.35
Hex 41 3C 76 2D 31 0 36 F5 21 23
Octal 101 74 166 55 61 0 66 365 41 43
Binary 1000001 111100 1110110 101101 110001 0 110110 11110101 100001 100011

Color Harmonies of #413C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C76

Black with #413C76

Text Example


Text Example

White with #413C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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