#0482B6

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

Shades of Cerulean #0482B6

Tints of Cerulean #0482B6

Color information

#0482B6 (or 0x0482B6) is unknown color: approx Cerulean. HEX triplet: 04, 82 and B6. RGB value is (4,130,182). Sum of RGB (Red+Green+Blue) = 4+130+182=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #0482B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482B6 is #FB7D49. Grayscale: #616161. Windows color (decimal): -16481610 or 11960836. OLE color: 11960836.

HSL color Cylindrical-coordinate representation of color #0482B6: hue angle of 197.53º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0482B6 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4130182-
CMYK0.980.2900.29
HSL197.53º95.7%36.47%-
HSV(B)197.53º97.8%71.37%-
XYZ16.4819.3747.13-
YUV98.25175.2660.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 182 (71.48% from 255) = 57.59%
R=1.27%
G=41.14%
B=57.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41301820.980.2900.29197.5395.736.47
Hex482B6621D01Dc66024
Octal42022661423503530614044
Binary1001000001010110110110001011101011101110001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0482B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0482B6; }

 p { color: rgb(4,130,182); }

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

<style>
 a { background-color: #0482B6; }

 a { background-color: rgb(4,130,182); }

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

<style>
 span { border-color: #0482B6; }

 span { border-color: rgb(4,130,182); }

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