Html Css Color HEX #0481A2 Eastern Blue

📋 copy color: '#0481A2'

red 4 ◦ green 129 ◦ blue 162

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

Shades of Eastern Blue #0481A2

Tints of Eastern Blue #0481A2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

 BLUE value IS 162 (63.67% from 255) = 54.92%

R = 1.36%
G = 43.73%
B = 54.92%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0481A2 (or 0x0481A2) is known color: Eastern Blue. HEX triplet: 04, 81 and A2. RGB value is (4,129,162). Sum of RGB (Red+Green+Blue) = 4+129+162=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #0481A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0481A2 is #FB7E5D. Grayscale: #5F5F5F. Windows color (decimal): -16481886 or 10649860. OLE color: 10649860.

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

Color convert

RGB 4 129 162 -
CMYK 0.98 0.20 0 0.36
HSL 192.53º 0.95% 0.33% -
HSV(B) 192.53º 0.98% 0.64% -
XYZ 14.42 18.33 36.96 -
YUV 95.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 4 129 162 0.98 0.20 0 0.36 192.53 0.95 0.33
Hex 4 81 A2 62 14 0 24 C1 5F 21
Octal 4 201 242 142 24 0 44 301 137 41
Binary 100 10000001 10100010 1100010 10100 0 100100 11000001 1011111 100001

Color Harmonies of #0481A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481A2

Black with #0481A2

Text Example


Text Example

White with #0481A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0481A2; }

 p { color: rgb(4,129,162); }

 H1.HeaderClassName
 {
   color: #0481A2;
 }
 .AnyTagClassName
 {
   color: #0481A2;
 }
</style>

background-color css

<style>
 a { background-color: #0481A2; }

 a { background-color: rgb(4,129,162); }

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

border-color css

<style>
 span { border-color: #0481A2; }

 span { border-color: rgb(4,129,162); }

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