Html Css Color HEX #0487A2 Eastern Blue

📋 copy color: '#0487A2'

red 4 ◦ green 135 ◦ blue 162

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

Shades of Eastern Blue #0487A2

Tints of Eastern Blue #0487A2

RGB

 RED value IS 4 (1.95% from 255) = 1.33%

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 162 (63.67% from 255) = 53.82%

R = 1.33%
G = 44.85%
B = 53.82%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0487A2 (or 0x0487A2) is known color: Eastern Blue. HEX triplet: 04, 87 and A2. RGB value is (4,135,162). Sum of RGB (Red+Green+Blue) = 4+135+162=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #0487A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0487A2 is #FB785D. Grayscale: #626262. Windows color (decimal): -16480350 or 10651396. OLE color: 10651396.

HSL color Cylindrical-coordinate representation of color #0487A2: hue angle of 190.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487A2 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 135 162 -
CMYK 0.98 0.17 0 0.36
HSL 190.25º 0.95% 0.33% -
HSV(B) 190.25º 0.98% 0.64% -
XYZ 15.24 19.96 37.23 -
YUV 98.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 4 135 162 0.98 0.17 0 0.36 190.25 0.95 0.33
Hex 4 87 A2 62 11 0 24 BE 5F 21
Octal 4 207 242 142 21 0 44 276 137 41
Binary 100 10000111 10100010 1100010 10001 0 100100 10111110 1011111 100001

Color Harmonies of #0487A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0487A2

Black with #0487A2

Text Example


Text Example

White with #0487A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0487A2; }

 p { color: rgb(4,135,162); }

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

background-color css

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

 a { background-color: rgb(4,135,162); }

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

border-color css

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

 span { border-color: rgb(4,135,162); }

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