#04969D

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

Shades of Eastern Blue #04969D

Tints of Eastern Blue #04969D

Color information

#04969D (or 0x04969D) is unknown color: approx Eastern Blue. HEX triplet: 04, 96 and 9D. RGB value is (4,150,157). Sum of RGB (Red+Green+Blue) = 4+150+157=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #04969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04969D is #FB6962. Grayscale: #6A6A6A. Windows color (decimal): -16476515 or 10327556. OLE color: 10327556.

HSL color Cylindrical-coordinate representation of color #04969D: hue angle of 182.75º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04969D is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4150157-
CMYK0.970.0400.38
HSL182.75º95.03%31.57%-
HSV(B)182.75º97.45%61.57%-
XYZ17.0424.2735.69-
YUV107.14156.1354.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=1.29%
G=48.23%
B=50.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41501570.970.0400.38182.7595.0331.57
Hex4969D614026b75f20
Octal4226235141404626713740
Binary100100101101001110111000011000100110101101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04969D; }

 p { color: rgb(4,150,157); }

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

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

 a { background-color: rgb(4,150,157); }

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

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

 span { border-color: rgb(4,150,157); }

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