Html Css Color HEX #046963 Mosque

📋 copy color: '#046963'

red 4 ◦ green 105 ◦ blue 99

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

Shades of Mosque #046963

Tints of Mosque #046963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 1.92%
G = 50.48%
B = 47.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#046963 (or 0x046963) is known color: Mosque. HEX triplet: 04, 69 and 63. RGB value is (4,105,99). Sum of RGB (Red+Green+Blue) = 4+105+99=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #046963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046963 is #FB969C. Grayscale: #4A4A4A. Windows color (decimal): -16488093 or 6514948. OLE color: 6514948.

HSL color Cylindrical-coordinate representation of color #046963: hue angle of 176.44º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046963 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 99 -
CMYK 0.96 0 0.06 0.59
HSL 176.44º 0.93% 0.21% -
HSV(B) 176.44º 0.96% 0.41% -
XYZ 7.35 11.03 13.55 -
YUV 74.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 4 105 99 0.96 0 0.06 0.59 176.44 0.93 0.21
Hex 4 69 63 60 0 6 3B B0 5D 15
Octal 4 151 143 140 0 6 73 260 135 25
Binary 100 1101001 1100011 1100000 0 110 111011 10110000 1011101 10101

Color Harmonies of #046963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046963

Black with #046963

Text Example


Text Example

White with #046963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046963; }

 p { color: rgb(4,105,99); }

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

background-color css

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

 a { background-color: rgb(4,105,99); }

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

border-color css

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

 span { border-color: rgb(4,105,99); }

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