Html Css Color HEX #04869A Eastern Blue

📋 copy color: '#04869A'

red 4 ◦ green 134 ◦ blue 154

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

Shades of Eastern Blue #04869A

Tints of Eastern Blue #04869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 1.37%
G = 45.89%
B = 52.74%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#04869A (or 0x04869A) is known color: Eastern Blue. HEX triplet: 04, 86 and 9A. RGB value is (4,134,154). Sum of RGB (Red+Green+Blue) = 4+134+154=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #04869A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04869A is #FB7965. Grayscale: #616161. Windows color (decimal): -16480614 or 10126852. OLE color: 10126852.

HSL color Cylindrical-coordinate representation of color #04869A: hue angle of 188º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04869A is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 134 154 -
CMYK 0.97 0.13 0 0.40
HSL 188º 0.95% 0.31% -
HSV(B) 188º 0.97% 0.6% -
XYZ 14.41 19.41 33.56 -
YUV 97.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 4 134 154 0.97 0.13 0 0.40 188 0.95 0.31
Hex 4 86 9A 61 D 0 28 BC 5F 1F
Octal 4 206 232 141 15 0 50 274 137 37
Binary 100 10000110 10011010 1100001 1101 0 101000 10111100 1011111 11111

Color Harmonies of #04869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04869A

Black with #04869A

Text Example


Text Example

White with #04869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04869A; }

 p { color: rgb(4,134,154); }

 H1.HeaderClassName
 {
   color: #04869A;
 }
 .AnyTagClassName
 {
   color: #04869A;
 }
</style>

background-color css

<style>
 a { background-color: #04869A; }

 a { background-color: rgb(4,134,154); }

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

border-color css

<style>
 span { border-color: #04869A; }

 span { border-color: rgb(4,134,154); }

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