#044F7A

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

Shades of Dark Cerulean #044F7A

Tints of Dark Cerulean #044F7A

Color information

#044F7A (or 0x044F7A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4F and 7A. RGB value is (4,79,122). Sum of RGB (Red+Green+Blue) = 4+79+122=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #044F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F7A is #FBB085. Grayscale: #3D3D3D. Windows color (decimal): -16494726 or 8015620. OLE color: 8015620.

HSL color Cylindrical-coordinate representation of color #044F7A: hue angle of 201.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F7A is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB479122-
CMYK0.970.3500.52
HSL201.86º93.65%24.71%-
HSV(B)201.86º96.72%47.84%-
XYZ6.367.0219.43-
YUV61.48162.1587-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=1.95%
G=38.54%
B=59.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4791220.970.3500.52201.8693.6524.71
Hex44F7A6123034ca5e19
Octal41171721414306431213631
Binary100100111111110101100001100011011010011001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044F7A; }

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

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

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

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

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

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

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

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