Html Css Color HEX #0495A3 Eastern Blue

📋 copy color: '#0495A3'

red 4 ◦ green 149 ◦ blue 163

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

Shades of Eastern Blue #0495A3

Tints of Eastern Blue #0495A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 163 (64.06% from 255) = 51.58%

R = 1.27%
G = 47.15%
B = 51.58%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0495A3 (or 0x0495A3) is known color: Eastern Blue. HEX triplet: 04, 95 and A3. RGB value is (4,149,163). Sum of RGB (Red+Green+Blue) = 4+149+163=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 163 (64.06% from 255 or 51.58% from 316); Max value from RGB is 163 - color contains mainly: blue. Hex color #0495A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0495A3 is #FB6A5C. Grayscale: #6B6B6B. Windows color (decimal): -16476765 or 10720516. OLE color: 10720516.

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

Color convert

RGB 4 149 163 -
CMYK 0.98 0.09 0 0.36
HSL 185.28º 0.95% 0.33% -
HSV(B) 185.28º 0.98% 0.64% -
XYZ 17.41 24.17 38.4 -
YUV 107.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 4 149 163 0.98 0.09 0 0.36 185.28 0.95 0.33
Hex 4 95 A3 62 9 0 24 B9 5F 21
Octal 4 225 243 142 11 0 44 271 137 41
Binary 100 10010101 10100011 1100010 1001 0 100100 10111001 1011111 100001

Color Harmonies of #0495A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495A3

Black with #0495A3

Text Example


Text Example

White with #0495A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0495A3; }

 p { color: rgb(4,149,163); }

 H1.HeaderClassName
 {
   color: #0495A3;
 }
 .AnyTagClassName
 {
   color: #0495A3;
 }
</style>

background-color css

<style>
 a { background-color: #0495A3; }

 a { background-color: rgb(4,149,163); }

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

border-color css

<style>
 span { border-color: #0495A3; }

 span { border-color: rgb(4,149,163); }

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