Html Css Color HEX #042466 Sapphire

📋 copy color: '#042466'

red 4 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #042466

Tints of Sapphire #042466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 2.82%
G = 25.35%
B = 71.83%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042466 (or 0x042466) is known color: Sapphire. HEX triplet: 04, 24 and 66. RGB value is (4,36,102). Sum of RGB (Red+Green+Blue) = 4+36+102=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #042466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042466 is #FBDB99. Grayscale: #212121. Windows color (decimal): -16505754 or 6693892. OLE color: 6693892.

HSL color Cylindrical-coordinate representation of color #042466: hue angle of 220.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042466 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 36 102 -
CMYK 0.96 0.65 0 0.6
HSL 220.41º 0.92% 0.21% -
HSV(B) 220.41º 0.96% 0.4% -
XYZ 3.08 2.25 12.84 -
YUV 33.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 4 36 102 0.96 0.65 0 0.6 220.41 0.92 0.21
Hex 4 24 66 60 41 0 3C DC 5C 15
Octal 4 44 146 140 101 0 74 334 134 25
Binary 100 100100 1100110 1100000 1000001 0 111100 11011100 1011100 10101

Color Harmonies of #042466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042466

Black with #042466

Text Example


Text Example

White with #042466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042466; }

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

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

background-color css

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

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

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

border-color css

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

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

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