Html Css Color HEX #042149 Sapphire

📋 copy color: '#042149'

red 4 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #042149

Tints of Sapphire #042149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

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

R = 3.64%
G = 30%
B = 66.36%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042149 (or 0x042149) is known color: Sapphire. HEX triplet: 04, 21 and 49. RGB value is (4,33,73). Sum of RGB (Red+Green+Blue) = 4+33+73=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #042149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042149 is #FBDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16506551 or 4792580. OLE color: 4792580.

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

Color convert

RGB 4 33 73 -
CMYK 0.95 0.55 0 0.71
HSL 214.78º 0.9% 0.15% -
HSV(B) 214.78º 0.95% 0.29% -
XYZ 1.8 1.59 6.52 -
YUV 28.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 4 33 73 0.95 0.55 0 0.71 214.78 0.9 0.15
Hex 4 21 49 5F 37 0 47 D7 5A F
Octal 4 41 111 137 67 0 107 327 132 17
Binary 100 100001 1001001 1011111 110111 0 1000111 11010111 1011010 1111

Color Harmonies of #042149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042149

Black with #042149

Text Example


Text Example

White with #042149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042149; }

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

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

background-color css

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

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

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

border-color css

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

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

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