#04788F

Color #04788F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #04788F

Tints of Eastern Blue #04788F

Color information

#04788F (or 0x04788F) is unknown color: approx Eastern Blue. HEX triplet: 04, 78 and 8F. RGB value is (4,120,143). Sum of RGB (Red+Green+Blue) = 4+120+143=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #04788F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788F is #FB8770. Grayscale: #575757. Windows color (decimal): -16484209 or 9402372. OLE color: 9402372.

HSL color Cylindrical-coordinate representation of color #04788F: hue angle of 189.93º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04788F is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4120143-
CMYK0.970.1600.44
HSL189.93º94.56%28.82%-
HSV(B)189.93º97.2%56.08%-
XYZ11.7215.4428.35-
YUV87.94159.0768.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=1.50%
G=44.94%
B=53.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41201430.970.1600.44189.9394.5628.82
Hex4788F611002Cbe5f1d
Octal41702171412005427613735
Binary100111100010001111110000110000010110010111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04788F; }

 p { color: rgb(4,120,143); }

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

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

 a { background-color: rgb(4,120,143); }

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

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

 span { border-color: rgb(4,120,143); }

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