Html Css Color HEX #464862 Corn Flower Blue

📋 copy color: '#464862'

red 70 ◦ green 72 ◦ blue 98

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

Shades of Corn Flower Blue #464862

Tints of Corn Flower Blue #464862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.83%

R = 29.17%
G = 30%
B = 40.83%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464862 (or 0x464862) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 62. RGB value is (70,72,98). Sum of RGB (Red+Green+Blue) = 70+72+98=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #464862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464862 is #B9B79D. Grayscale: #4A4A4A. Windows color (decimal): -12171166 or 6441030. OLE color: 6441030.

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

Color convert

RGB 70 72 98 -
CMYK 0.29 0.27 0 0.62
HSL 235.71º 0.17% 0.33% -
HSV(B) 235.71º 0.29% 0.38% -
XYZ 7.05 6.82 12.5 -
YUV 74.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 70 72 98 0.29 0.27 0 0.62 235.71 0.17 0.33
Hex 46 48 62 1D 1B 0 3E EC 11 21
Octal 106 110 142 35 33 0 76 354 21 41
Binary 1000110 1001000 1100010 11101 11011 0 111110 11101100 10001 100001

Color Harmonies of #464862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464862

Black with #464862

Text Example


Text Example

White with #464862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464862; }

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

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

background-color css

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

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

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

border-color css

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

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

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