Html Css Color HEX #414376 Corn Flower Blue

📋 copy color: '#414376'

red 65 ◦ green 67 ◦ blue 118

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

Shades of Corn Flower Blue #414376

Tints of Corn Flower Blue #414376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 26%
G = 26.8%
B = 47.2%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414376 (or 0x414376) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 76. RGB value is (65,67,118). Sum of RGB (Red+Green+Blue) = 65+67+118=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #414376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414376 is #BEBC89. Grayscale: #484848. Windows color (decimal): -12500106 or 7750465. OLE color: 7750465.

HSL color Cylindrical-coordinate representation of color #414376: hue angle of 237.74º 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 #414376 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 67 118 -
CMYK 0.45 0.43 0 0.54
HSL 237.74º 0.29% 0.36% -
HSV(B) 237.74º 0.45% 0.46% -
XYZ 7.46 6.45 17.99 -
YUV 72.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 65 67 118 0.45 0.43 0 0.54 237.74 0.29 0.36
Hex 41 43 76 2D 2B 0 36 EE 1D 24
Octal 101 103 166 55 53 0 66 356 35 44
Binary 1000001 1000011 1110110 101101 101011 0 110110 11101110 11101 100100

Color Harmonies of #414376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414376

Black with #414376

Text Example


Text Example

White with #414376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414376; }

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

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

background-color css

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

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

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

border-color css

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

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

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