Html Css Color HEX #046075 Blue Lagoon

📋 copy color: '#046075'

red 4 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #046075

Tints of Blue Lagoon #046075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 1.84%
G = 44.24%
B = 53.92%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046075 (or 0x046075) is known color: Blue Lagoon. HEX triplet: 04, 60 and 75. RGB value is (4,96,117). Sum of RGB (Red+Green+Blue) = 4+96+117=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #046075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046075 is #FB9F8A. Grayscale: #464646. Windows color (decimal): -16490379 or 7692292. OLE color: 7692292.

HSL color Cylindrical-coordinate representation of color #046075: hue angle of 191.15º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046075 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 96 117 -
CMYK 0.97 0.18 0 0.54
HSL 191.15º 0.93% 0.24% -
HSV(B) 191.15º 0.97% 0.46% -
XYZ 7.44 9.68 18.3 -
YUV 70.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 4 96 117 0.97 0.18 0 0.54 191.15 0.93 0.24
Hex 4 60 75 61 12 0 36 BF 5D 18
Octal 4 140 165 141 22 0 66 277 135 30
Binary 100 1100000 1110101 1100001 10010 0 110110 10111111 1011101 11000

Color Harmonies of #046075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046075

Black with #046075

Text Example


Text Example

White with #046075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046075; }

 p { color: rgb(4,96,117); }

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

background-color css

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

 a { background-color: rgb(4,96,117); }

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

border-color css

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

 span { border-color: rgb(4,96,117); }

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