Html Css Color HEX #042662 Sapphire

📋 copy color: '#042662'

red 4 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #042662

Tints of Sapphire #042662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 2.86%
G = 27.14%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042662 (or 0x042662) is known color: Sapphire. HEX triplet: 04, 26 and 62. RGB value is (4,38,98). Sum of RGB (Red+Green+Blue) = 4+38+98=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #042662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042662 is #FBD99D. Grayscale: #222222. Windows color (decimal): -16505246 or 6432260. OLE color: 6432260.

HSL color Cylindrical-coordinate representation of color #042662: hue angle of 218.3º 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 #042662 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 38 98 -
CMYK 0.96 0.61 0 0.62
HSL 218.3º 0.92% 0.2% -
HSV(B) 218.3º 0.96% 0.38% -
XYZ 2.95 2.29 11.84 -
YUV 34.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 4 38 98 0.96 0.61 0 0.62 218.3 0.92 0.2
Hex 4 26 62 60 3D 0 3E DA 5C 14
Octal 4 46 142 140 75 0 76 332 134 24
Binary 100 100110 1100010 1100000 111101 0 111110 11011010 1011100 10100

Color Harmonies of #042662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042662

Black with #042662

Text Example


Text Example

White with #042662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042662; }

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

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

background-color css

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

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

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

border-color css

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

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

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