Html Css Color HEX #464979 Corn Flower Blue

📋 copy color: '#464979'

red 70 ◦ green 73 ◦ blue 121

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

Shades of Corn Flower Blue #464979

Tints of Corn Flower Blue #464979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 26.52%
G = 27.65%
B = 45.83%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464979 (or 0x464979) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 79. RGB value is (70,73,121). Sum of RGB (Red+Green+Blue) = 70+73+121=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #464979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464979 is #B9B686. Grayscale: #4D4D4D. Windows color (decimal): -12170887 or 7948614. OLE color: 7948614.

HSL color Cylindrical-coordinate representation of color #464979: hue angle of 236.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464979 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 73 121 -
CMYK 0.42 0.40 0 0.53
HSL 236.47º 0.27% 0.37% -
HSV(B) 236.47º 0.42% 0.47% -
XYZ 8.36 7.45 19.09 -
YUV 77.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 70 73 121 0.42 0.40 0 0.53 236.47 0.27 0.37
Hex 46 49 79 2A 28 0 35 EC 1B 25
Octal 106 111 171 52 50 0 65 354 33 45
Binary 1000110 1001001 1111001 101010 101000 0 110101 11101100 11011 100101

Color Harmonies of #464979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464979

Black with #464979

Text Example


Text Example

White with #464979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464979; }

 p { color: rgb(70,73,121); }

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

background-color css

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

 a { background-color: rgb(70,73,121); }

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

border-color css

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

 span { border-color: rgb(70,73,121); }

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