Html Css Color HEX #045461 Mosque

📋 copy color: '#045461'

red 4 ◦ green 84 ◦ blue 97

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

Shades of Mosque #045461

Tints of Mosque #045461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 2.16%
G = 45.41%
B = 52.43%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#045461 (or 0x045461) is known color: Mosque. HEX triplet: 04, 54 and 61. RGB value is (4,84,97). Sum of RGB (Red+Green+Blue) = 4+84+97=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #045461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045461 is #FBAB9E. Grayscale: #3D3D3D. Windows color (decimal): -16493471 or 6378500. OLE color: 6378500.

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

Color convert

RGB 4 84 97 -
CMYK 0.96 0.13 0 0.62
HSL 188.39º 0.92% 0.2% -
HSV(B) 188.39º 0.96% 0.38% -
XYZ 5.38 7.23 12.42 -
YUV 61.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 4 84 97 0.96 0.13 0 0.62 188.39 0.92 0.2
Hex 4 54 61 60 D 0 3E BC 5C 14
Octal 4 124 141 140 15 0 76 274 134 24
Binary 100 1010100 1100001 1100000 1101 0 111110 10111100 1011100 10100

Color Harmonies of #045461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045461

Black with #045461

Text Example


Text Example

White with #045461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045461; }

 p { color: rgb(4,84,97); }

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

background-color css

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

 a { background-color: rgb(4,84,97); }

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

border-color css

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

 span { border-color: rgb(4,84,97); }

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