Html Css Color HEX #414476 Corn Flower Blue

📋 copy color: '#414476'

red 65 ◦ green 68 ◦ blue 118

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

Shades of Corn Flower Blue #414476

Tints of Corn Flower Blue #414476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 25.9%
G = 27.09%
B = 47.01%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414476 (or 0x414476) is known color: Corn Flower Blue. HEX triplet: 41, 44 and 76. RGB value is (65,68,118). Sum of RGB (Red+Green+Blue) = 65+68+118=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #414476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414476 is #BEBB89. Grayscale: #484848. Windows color (decimal): -12499850 or 7750721. OLE color: 7750721.

HSL color Cylindrical-coordinate representation of color #414476: hue angle of 236.6º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414476 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 68 118 -
CMYK 0.45 0.42 0 0.54
HSL 236.6º 0.29% 0.36% -
HSV(B) 236.6º 0.45% 0.46% -
XYZ 7.52 6.57 18.01 -
YUV 72.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 65 68 118 0.45 0.42 0 0.54 236.6 0.29 0.36
Hex 41 44 76 2D 2A 0 36 ED 1D 24
Octal 101 104 166 55 52 0 66 355 35 44
Binary 1000001 1000100 1110110 101101 101010 0 110110 11101101 11101 100100

Color Harmonies of #414476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414476

Black with #414476

Text Example


Text Example

White with #414476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414476; }

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

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

background-color css

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

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

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

border-color css

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

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

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