Html Css Color HEX #043249 Blue Whale

📋 copy color: '#043249'

red 4 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #043249

Tints of Blue Whale #043249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 3.15%
G = 39.37%
B = 57.48%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#043249 (or 0x043249) is known color: Blue Whale. HEX triplet: 04, 32 and 49. RGB value is (4,50,73). Sum of RGB (Red+Green+Blue) = 4+50+73=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #043249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043249 is #FBCDB6. Grayscale: #262626. Windows color (decimal): -16502199 or 4796932. OLE color: 4796932.

HSL color Cylindrical-coordinate representation of color #043249: hue angle of 200º 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 #043249 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 50 73 -
CMYK 0.95 0.32 0 0.71
HSL 200º 0.9% 0.15% -
HSV(B) 200º 0.95% 0.29% -
XYZ 2.39 2.79 6.72 -
YUV 38.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 4 50 73 0.95 0.32 0 0.71 200 0.9 0.15
Hex 4 32 49 5F 20 0 47 C8 5A F
Octal 4 62 111 137 40 0 107 310 132 17
Binary 100 110010 1001001 1011111 100000 0 1000111 11001000 1011010 1111

Color Harmonies of #043249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043249

Black with #043249

Text Example


Text Example

White with #043249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043249; }

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

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

background-color css

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

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

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

border-color css

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

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

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