Html Css Color HEX #0488A4 Eastern Blue

📋 copy color: '#0488A4'

red 4 ◦ green 136 ◦ blue 164

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

Shades of Eastern Blue #0488A4

Tints of Eastern Blue #0488A4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 164 (64.45% from 255) = 53.95%

R = 1.32%
G = 44.74%
B = 53.95%

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

#0488A4 (or 0x0488A4) is known color: Eastern Blue. HEX triplet: 04, 88 and A4. RGB value is (4,136,164). Sum of RGB (Red+Green+Blue) = 4+136+164=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #0488A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0488A4 is #FB775B. Grayscale: #636363. Windows color (decimal): -16480092 or 10782724. OLE color: 10782724.

HSL color Cylindrical-coordinate representation of color #0488A4: hue angle of 190.5º 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 #0488A4 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 136 164 -
CMYK 0.98 0.17 0 0.36
HSL 190.5º 0.95% 0.33% -
HSV(B) 190.5º 0.98% 0.64% -
XYZ 15.56 20.31 38.22 -
YUV 99.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 4 136 164 0.98 0.17 0 0.36 190.5 0.95 0.33
Hex 4 88 A4 62 11 0 24 BE 5F 21
Octal 4 210 244 142 21 0 44 276 137 41
Binary 100 10001000 10100100 1100010 10001 0 100100 10111110 1011111 100001

Color Harmonies of #0488A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0488A4

Black with #0488A4

Text Example


Text Example

White with #0488A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0488A4; }

 p { color: rgb(4,136,164); }

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

background-color css

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

 a { background-color: rgb(4,136,164); }

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

border-color css

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

 span { border-color: rgb(4,136,164); }

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