Html Css Color HEX #464576 Corn Flower Blue

📋 copy color: '#464576'

red 70 ◦ green 69 ◦ blue 118

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

Shades of Corn Flower Blue #464576

Tints of Corn Flower Blue #464576

RGB

 RED value IS 70 (27.73% from 255) = 27.24%

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 27.24%
G = 26.85%
B = 45.91%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464576 (or 0x464576) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 76. RGB value is (70,69,118). Sum of RGB (Red+Green+Blue) = 70+69+118=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #464576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464576 is #B9BA89. Grayscale: #4A4A4A. Windows color (decimal): -12171914 or 7750982. OLE color: 7750982.

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

Color convert

RGB 70 69 118 -
CMYK 0.41 0.42 0 0.54
HSL 241.22º 0.26% 0.37% -
HSV(B) 241.22º 0.42% 0.46% -
XYZ 7.92 6.87 18.05 -
YUV 74.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 70 69 118 0.41 0.42 0 0.54 241.22 0.26 0.37
Hex 46 45 76 29 2A 0 36 F1 1A 25
Octal 106 105 166 51 52 0 66 361 32 45
Binary 1000110 1000101 1110110 101001 101010 0 110110 11110001 11010 100101

Color Harmonies of #464576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464576

Black with #464576

Text Example


Text Example

White with #464576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464576; }

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

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

background-color css

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

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

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

border-color css

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

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

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