Html Css Color HEX #413D69 Corn Flower Blue

📋 copy color: '#413D69'

red 65 ◦ green 61 ◦ blue 105

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

Shades of Corn Flower Blue #413D69

Tints of Corn Flower Blue #413D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.45%

R = 28.14%
G = 26.41%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413D69 (or 0x413D69) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 69. RGB value is (65,61,105). Sum of RGB (Red+Green+Blue) = 65+61+105=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #413D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D69 is #BEC296. Grayscale: #434343. Windows color (decimal): -12501655 or 6896961. OLE color: 6896961.

HSL color Cylindrical-coordinate representation of color #413D69: hue angle of 245.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413D69 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 61 105 -
CMYK 0.38 0.42 0 0.59
HSL 245.45º 0.27% 0.33% -
HSV(B) 245.45º 0.42% 0.41% -
XYZ 6.4 5.48 14.09 -
YUV 67.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 65 61 105 0.38 0.42 0 0.59 245.45 0.27 0.33
Hex 41 3D 69 26 2A 0 3B F5 1B 21
Octal 101 75 151 46 52 0 73 365 33 41
Binary 1000001 111101 1101001 100110 101010 0 111011 11110101 11011 100001

Color Harmonies of #413D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D69

Black with #413D69

Text Example


Text Example

White with #413D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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