Html Css Color HEX #413B75 Corn Flower Blue

📋 copy color: '#413B75'

red 65 ◦ green 59 ◦ blue 117

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

Shades of Corn Flower Blue #413B75

Tints of Corn Flower Blue #413B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 26.97%
G = 24.48%
B = 48.55%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413B75 (or 0x413B75) is known color: Corn Flower Blue. HEX triplet: 41, 3B and 75. RGB value is (65,59,117). Sum of RGB (Red+Green+Blue) = 65+59+117=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #413B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B75 is #BEC48A. Grayscale: #434343. Windows color (decimal): -12502155 or 7682881. OLE color: 7682881.

HSL color Cylindrical-coordinate representation of color #413B75: hue angle of 246.21º 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 #413B75 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 59 117 -
CMYK 0.44 0.50 0 0.54
HSL 246.21º 0.33% 0.35% -
HSV(B) 246.21º 0.5% 0.46% -
XYZ 6.95 5.54 17.53 -
YUV 67.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 65 59 117 0.44 0.50 0 0.54 246.21 0.33 0.35
Hex 41 3B 75 2C 32 0 36 F6 21 23
Octal 101 73 165 54 62 0 66 366 41 43
Binary 1000001 111011 1110101 101100 110010 0 110110 11110110 100001 100011

Color Harmonies of #413B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B75

Black with #413B75

Text Example


Text Example

White with #413B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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