Html Css Color HEX #043246 Blue Whale

📋 copy color: '#043246'

red 4 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #043246

Tints of Blue Whale #043246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.45%

R = 3.23%
G = 40.32%
B = 56.45%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#043246 (or 0x043246) is known color: Blue Whale. HEX triplet: 04, 32 and 46. RGB value is (4,50,70). Sum of RGB (Red+Green+Blue) = 4+50+70=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #043246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043246 is #FBCDB9. Grayscale: #262626. Windows color (decimal): -16502202 or 4600324. OLE color: 4600324.

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

Color convert

RGB 4 50 70 -
CMYK 0.94 0.29 0 0.73
HSL 198.18º 0.89% 0.15% -
HSV(B) 198.18º 0.94% 0.27% -
XYZ 2.3 2.75 6.2 -
YUV 38.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 4 50 70 0.94 0.29 0 0.73 198.18 0.89 0.15
Hex 4 32 46 5E 1D 0 49 C6 59 F
Octal 4 62 106 136 35 0 111 306 131 17
Binary 100 110010 1000110 1011110 11101 0 1001001 11000110 1011001 1111

Color Harmonies of #043246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043246

Black with #043246

Text Example


Text Example

White with #043246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043246; }

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

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

background-color css

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

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

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

border-color css

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

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

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