#4E62AF

Color #4E62AF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4E62AF

Tints of Rich Blue #4E62AF

Color information

#4E62AF (or 0x4E62AF) is unknown color: approx Rich Blue. HEX triplet: 4E, 62 and AF. RGB value is (78,98,175). Sum of RGB (Red+Green+Blue) = 78+98+175=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E62AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E62AF is #B19D50. Grayscale: #646464. Windows color (decimal): -11640145 or 11493966. OLE color: 11493966.

HSL color Cylindrical-coordinate representation of color #4E62AF: hue angle of 227.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E62AF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7898175-
CMYK0.550.4400.31
HSL227.63º38.34%49.61%-
HSV(B)227.63º55.43%68.63%-
XYZ15.2513.4542.35-
YUV100.8169.87111.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=22.22%
G=27.92%
B=49.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78981750.550.4400.31227.6338.3449.61
Hex4E62AF372C01Fe42632
Octal11614225767540373444662
Binary100111011000101010111111011110110001111111100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E62AF; }

 p { color: rgb(78,98,175); }

 H1.HeaderClassName
 {
   color: #4E62AF;
 }
 .AnyTagClassName
 {
   color: #4E62AF;
 }
</style>
background-color css

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

 a { background-color: rgb(78,98,175); }

 div.DivClassName
 {
   background-color: #4E62AF;
 }
 .BgClassName
 {
   background-color: #4E62AF;
 }
</style>
border-color css

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

 span { border-color: rgb(78,98,175); }

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