Html Css Color HEX #0473AB Cerulean

📋 copy color: '#0473AB'

red 4 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #0473AB

Tints of Cerulean #0473AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 1.38%
G = 39.66%
B = 58.97%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0473AB (or 0x0473AB) is known color: Cerulean. HEX triplet: 04, 73 and AB. RGB value is (4,115,171). Sum of RGB (Red+Green+Blue) = 4+115+171=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #0473AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0473AB is #FB8C54. Grayscale: #575757. Windows color (decimal): -16485461 or 11236100. OLE color: 11236100.

HSL color Cylindrical-coordinate representation of color #0473AB: hue angle of 200.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473AB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 115 171 -
CMYK 0.98 0.33 0 0.33
HSL 200.12º 0.95% 0.34% -
HSV(B) 200.12º 0.98% 0.67% -
XYZ 13.53 15.23 40.75 -
YUV 88.2 174.73 67.95 -
System Red Green Blue C M Y K H S L
Decimal 4 115 171 0.98 0.33 0 0.33 200.12 0.95 0.34
Hex 4 73 AB 62 21 0 21 C8 5F 22
Octal 4 163 253 142 41 0 41 310 137 42
Binary 100 1110011 10101011 1100010 100001 0 100001 11001000 1011111 100010

Color Harmonies of #0473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0473AB

Black with #0473AB

Text Example


Text Example

White with #0473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0473AB; }

 p { color: rgb(4,115,171); }

 H1.HeaderClassName
 {
   color: #0473AB;
 }
 .AnyTagClassName
 {
   color: #0473AB;
 }
</style>

background-color css

<style>
 a { background-color: #0473AB; }

 a { background-color: rgb(4,115,171); }

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

border-color css

<style>
 span { border-color: #0473AB; }

 span { border-color: rgb(4,115,171); }

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