Html Css Color HEX #043549 Blue Whale

📋 copy color: '#043549'

red 4 ◦ green 53 ◦ blue 73

#043549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #043549

Tints of Blue Whale #043549

RGB

 RED value IS 4 (1.95% from 255) = 3.08%

 GREEN value IS 53 (21.09% from 255) = 40.77%

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 3.08%
G = 40.77%
B = 56.15%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#043549 (or 0x043549) is known color: Blue Whale. HEX triplet: 04, 35 and 49. RGB value is (4,53,73). Sum of RGB (Red+Green+Blue) = 4+53+73=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #043549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043549 is #FBCAB6. Grayscale: #282828. Windows color (decimal): -16501431 or 4797700. OLE color: 4797700.

HSL color Cylindrical-coordinate representation of color #043549: hue angle of 197.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043549 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 53 73 -
CMYK 0.95 0.27 0 0.71
HSL 197.39º 0.9% 0.15% -
HSV(B) 197.39º 0.95% 0.29% -
XYZ 2.53 3.05 6.76 -
YUV 40.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 4 53 73 0.95 0.27 0 0.71 197.39 0.9 0.15
Hex 4 35 49 5F 1B 0 47 C5 5A F
Octal 4 65 111 137 33 0 107 305 132 17
Binary 100 110101 1001001 1011111 11011 0 1000111 11000101 1011010 1111

Color Harmonies of #043549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043549

Black with #043549

Text Example


Text Example

White with #043549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043549; }

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

 H1.HeaderClassName
 {
   color: #043549;
 }
 .AnyTagClassName
 {
   color: #043549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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