Html Css Color HEX #042462 Sapphire

📋 copy color: '#042462'

red 4 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #042462

Tints of Sapphire #042462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 2.9%
G = 26.09%
B = 71.01%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042462 (or 0x042462) is known color: Sapphire. HEX triplet: 04, 24 and 62. RGB value is (4,36,98). Sum of RGB (Red+Green+Blue) = 4+36+98=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #042462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042462 is #FBDB9D. Grayscale: #212121. Windows color (decimal): -16505758 or 6431748. OLE color: 6431748.

HSL color Cylindrical-coordinate representation of color #042462: hue angle of 219.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042462 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 36 98 -
CMYK 0.96 0.63 0 0.62
HSL 219.57º 0.92% 0.2% -
HSV(B) 219.57º 0.96% 0.38% -
XYZ 2.89 2.17 11.82 -
YUV 33.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 4 36 98 0.96 0.63 0 0.62 219.57 0.92 0.2
Hex 4 24 62 60 3F 0 3E DC 5C 14
Octal 4 44 142 140 77 0 76 334 134 24
Binary 100 100100 1100010 1100000 111111 0 111110 11011100 1011100 10100

Color Harmonies of #042462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042462

Black with #042462

Text Example


Text Example

White with #042462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042462; }

 p { color: rgb(4,36,98); }

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

background-color css

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

 a { background-color: rgb(4,36,98); }

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

border-color css

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

 span { border-color: rgb(4,36,98); }

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