Html Css Color HEX #042249 Sapphire

📋 copy color: '#042249'

red 4 ◦ green 34 ◦ blue 73

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

Shades of Sapphire #042249

Tints of Sapphire #042249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 3.6%
G = 30.63%
B = 65.77%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042249 (or 0x042249) is known color: Sapphire. HEX triplet: 04, 22 and 49. RGB value is (4,34,73). Sum of RGB (Red+Green+Blue) = 4+34+73=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #042249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042249 is #FBDDB6. Grayscale: #1D1D1D. Windows color (decimal): -16506295 or 4792836. OLE color: 4792836.

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

Color convert

RGB 4 34 73 -
CMYK 0.95 0.53 0 0.71
HSL 213.91º 0.9% 0.15% -
HSV(B) 213.91º 0.95% 0.29% -
XYZ 1.82 1.65 6.53 -
YUV 29.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 4 34 73 0.95 0.53 0 0.71 213.91 0.9 0.15
Hex 4 22 49 5F 35 0 47 D6 5A F
Octal 4 42 111 137 65 0 107 326 132 17
Binary 100 100010 1001001 1011111 110101 0 1000111 11010110 1011010 1111

Color Harmonies of #042249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042249

Black with #042249

Text Example


Text Example

White with #042249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042249; }

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

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

background-color css

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

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

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

border-color css

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

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

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