Html Css Color HEX #414676 Corn Flower Blue

📋 copy color: '#414676'

red 65 ◦ green 70 ◦ blue 118

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

Shades of Corn Flower Blue #414676

Tints of Corn Flower Blue #414676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 25.69%
G = 27.67%
B = 46.64%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414676 (or 0x414676) is known color: Corn Flower Blue. HEX triplet: 41, 46 and 76. RGB value is (65,70,118). Sum of RGB (Red+Green+Blue) = 65+70+118=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #414676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414676 is #BEB989. Grayscale: #494949. Windows color (decimal): -12499338 or 7751233. OLE color: 7751233.

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

Color convert

RGB 65 70 118 -
CMYK 0.45 0.41 0 0.54
HSL 234.34º 0.29% 0.36% -
HSV(B) 234.34º 0.45% 0.46% -
XYZ 7.64 6.81 18.05 -
YUV 73.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 65 70 118 0.45 0.41 0 0.54 234.34 0.29 0.36
Hex 41 46 76 2D 29 0 36 EA 1D 24
Octal 101 106 166 55 51 0 66 352 35 44
Binary 1000001 1000110 1110110 101101 101001 0 110110 11101010 11101 100100

Color Harmonies of #414676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414676

Black with #414676

Text Example


Text Example

White with #414676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414676; }

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

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

background-color css

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

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

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

border-color css

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

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

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