Html Css Color HEX #413D70 Corn Flower Blue

📋 copy color: '#413D70'

red 65 ◦ green 61 ◦ blue 112

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

Shades of Corn Flower Blue #413D70

Tints of Corn Flower Blue #413D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 27.31%
G = 25.63%
B = 47.06%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413D70 (or 0x413D70) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 70. RGB value is (65,61,112). Sum of RGB (Red+Green+Blue) = 65+61+112=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #413D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D70 is #BEC28F. Grayscale: #434343. Windows color (decimal): -12501648 or 7355713. OLE color: 7355713.

HSL color Cylindrical-coordinate representation of color #413D70: hue angle of 244.71º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413D70 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 61 112 -
CMYK 0.42 0.46 0 0.56
HSL 244.71º 0.29% 0.34% -
HSV(B) 244.71º 0.46% 0.44% -
XYZ 6.77 5.63 16.06 -
YUV 68.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 65 61 112 0.42 0.46 0 0.56 244.71 0.29 0.34
Hex 41 3D 70 2A 2E 0 38 F5 1D 22
Octal 101 75 160 52 56 0 70 365 35 42
Binary 1000001 111101 1110000 101010 101110 0 111000 11110101 11101 100010

Color Harmonies of #413D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D70

Black with #413D70

Text Example


Text Example

White with #413D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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