#047AA2

Color #047AA2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #047AA2

Tints of Cerulean #047AA2

Color information

#047AA2 (or 0x047AA2) is unknown color: approx Cerulean. HEX triplet: 04, 7A and A2. RGB value is (4,122,162). Sum of RGB (Red+Green+Blue) = 4+122+162=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #047AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047AA2 is #FB855D. Grayscale: #5B5B5B. Windows color (decimal): -16483678 or 10648068. OLE color: 10648068.

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

Color convert

RGB4122162-
CMYK0.980.2500.36
HSL195.19º95.18%32.55%-
HSV(B)195.19º97.53%63.53%-
XYZ13.5316.5536.66-
YUV91.28167.9165.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 162 (63.67% from 255) = 56.25%
R=1.39%
G=42.36%
B=56.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41221620.980.2500.36195.1995.1832.55
Hex47AA26219024c35f21
Octal41722421423104430313741
Binary1001111010101000101100010110010100100110000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047AA2; }

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

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

<style>
 a { background-color: #047AA2; }

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

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

<style>
 span { border-color: #047AA2; }

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

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