Html Css Color HEX #042349 Sapphire

📋 copy color: '#042349'

red 4 ◦ green 35 ◦ blue 73

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

Shades of Sapphire #042349

Tints of Sapphire #042349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

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

R = 3.57%
G = 31.25%
B = 65.18%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042349 (or 0x042349) is known color: Sapphire. HEX triplet: 04, 23 and 49. RGB value is (4,35,73). Sum of RGB (Red+Green+Blue) = 4+35+73=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #042349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042349 is #FBDCB6. Grayscale: #1D1D1D. Windows color (decimal): -16506039 or 4793092. OLE color: 4793092.

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

Color convert

RGB 4 35 73 -
CMYK 0.95 0.52 0 0.71
HSL 213.04º 0.9% 0.15% -
HSV(B) 213.04º 0.95% 0.29% -
XYZ 1.85 1.71 6.54 -
YUV 30.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 4 35 73 0.95 0.52 0 0.71 213.04 0.9 0.15
Hex 4 23 49 5F 34 0 47 D5 5A F
Octal 4 43 111 137 64 0 107 325 132 17
Binary 100 100011 1001001 1011111 110100 0 1000111 11010101 1011010 1111

Color Harmonies of #042349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042349

Black with #042349

Text Example


Text Example

White with #042349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042349; }

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

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

background-color css

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

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

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

border-color css

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

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

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