Html Css Color HEX #464860 Corn Flower Blue

📋 copy color: '#464860'

red 70 ◦ green 72 ◦ blue 96

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

Shades of Corn Flower Blue #464860

Tints of Corn Flower Blue #464860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 29.41%
G = 30.25%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464860 (or 0x464860) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 60. RGB value is (70,72,96). Sum of RGB (Red+Green+Blue) = 70+72+96=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #464860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464860 is #B9B79F. Grayscale: #4A4A4A. Windows color (decimal): -12171168 or 6309958. OLE color: 6309958.

HSL color Cylindrical-coordinate representation of color #464860: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464860 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 72 96 -
CMYK 0.27 0.25 0 0.62
HSL 235.38º 0.16% 0.33% -
HSV(B) 235.38º 0.27% 0.38% -
XYZ 6.95 6.78 12.01 -
YUV 74.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 70 72 96 0.27 0.25 0 0.62 235.38 0.16 0.33
Hex 46 48 60 1B 19 0 3E EB 10 21
Octal 106 110 140 33 31 0 76 353 20 41
Binary 1000110 1001000 1100000 11011 11001 0 111110 11101011 10000 100001

Color Harmonies of #464860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464860

Black with #464860

Text Example


Text Example

White with #464860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464860; }

 p { color: rgb(70,72,96); }

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

background-color css

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

 a { background-color: rgb(70,72,96); }

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

border-color css

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

 span { border-color: rgb(70,72,96); }

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