Html Css Color HEX #046568 Blue Lagoon

📋 copy color: '#046568'

red 4 ◦ green 101 ◦ blue 104

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

Shades of Blue Lagoon #046568

Tints of Blue Lagoon #046568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 1.91%
G = 48.33%
B = 49.76%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#046568 (or 0x046568) is known color: Blue Lagoon. HEX triplet: 04, 65 and 68. RGB value is (4,101,104). Sum of RGB (Red+Green+Blue) = 4+101+104=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #046568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046568 is #FB9A97. Grayscale: #484848. Windows color (decimal): -16489112 or 6841604. OLE color: 6841604.

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

Color convert

RGB 4 101 104 -
CMYK 0.96 0.03 0 0.59
HSL 181.8º 0.93% 0.21% -
HSV(B) 181.8º 0.96% 0.41% -
XYZ 7.2 10.33 14.71 -
YUV 72.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 4 101 104 0.96 0.03 0 0.59 181.8 0.93 0.21
Hex 4 65 68 60 3 0 3B B6 5D 15
Octal 4 145 150 140 3 0 73 266 135 25
Binary 100 1100101 1101000 1100000 11 0 111011 10110110 1011101 10101

Color Harmonies of #046568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046568

Black with #046568

Text Example


Text Example

White with #046568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046568; }

 p { color: rgb(4,101,104); }

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

background-color css

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

 a { background-color: rgb(4,101,104); }

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

border-color css

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

 span { border-color: rgb(4,101,104); }

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