#046398

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

Shades of Cerulean #046398

Tints of Cerulean #046398

Color information

#046398 (or 0x046398) is unknown color: approx Cerulean. HEX triplet: 04, 63 and 98. RGB value is (4,99,152). Sum of RGB (Red+Green+Blue) = 4+99+152=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #046398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046398 is #FB9C67. Grayscale: #4C4C4C. Windows color (decimal): -16489576 or 9986820. OLE color: 9986820.

HSL color Cylindrical-coordinate representation of color #046398: hue angle of 201.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046398 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB499152-
CMYK0.970.3500.40
HSL201.49º94.87%30.59%-
HSV(B)201.49º97.37%59.61%-
XYZ10.1811.2231.33-
YUV76.64170.5376.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=1.57%
G=38.82%
B=59.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4991520.970.3500.40201.4994.8730.59
Hex463986123028c95f1f
Octal41432301414305031113737
Binary1001100011100110001100001100011010100011001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046398; }

 p { color: rgb(4,99,152); }

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

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

 a { background-color: rgb(4,99,152); }

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

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

 span { border-color: rgb(4,99,152); }

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