#044968

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

Shades of Dark Cerulean #044968

Tints of Dark Cerulean #044968

Color information

#044968 (or 0x044968) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 68. RGB value is (4,73,104). Sum of RGB (Red+Green+Blue) = 4+73+104=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #044968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044968 is #FBB697. Grayscale: #373737. Windows color (decimal): -16496280 or 6834436. OLE color: 6834436.

HSL color Cylindrical-coordinate representation of color #044968: hue angle of 198.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044968 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB473104-
CMYK0.960.3000.59
HSL198.6º92.59%21.18%-
HSV(B)198.6º96.15%40.78%-
XYZ4.935.7913.95-
YUV55.9155.1490.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=2.21%
G=40.33%
B=57.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4731040.960.3000.59198.692.5921.18
Hex44968601E03Bc75d15
Octal41111501403607330713525
Binary10010010011101000110000011110011101111000111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044968; }

 p { color: rgb(4,73,104); }

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

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

 a { background-color: rgb(4,73,104); }

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

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

 span { border-color: rgb(4,73,104); }

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