Html Css Color HEX #046268 Blue Lagoon

📋 copy color: '#046268'

red 4 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #046268

Tints of Blue Lagoon #046268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

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

R = 1.94%
G = 47.57%
B = 50.49%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#046268 (or 0x046268) is known color: Blue Lagoon. HEX triplet: 04, 62 and 68. RGB value is (4,98,104). Sum of RGB (Red+Green+Blue) = 4+98+104=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #046268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046268 is #FB9D97. Grayscale: #464646. Windows color (decimal): -16489880 or 6840836. OLE color: 6840836.

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

Color convert

RGB 4 98 104 -
CMYK 0.96 0.06 0 0.59
HSL 183.6º 0.93% 0.21% -
HSV(B) 183.6º 0.96% 0.41% -
XYZ 6.92 9.76 14.62 -
YUV 70.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 4 98 104 0.96 0.06 0 0.59 183.6 0.93 0.21
Hex 4 62 68 60 6 0 3B B8 5D 15
Octal 4 142 150 140 6 0 73 270 135 25
Binary 100 1100010 1101000 1100000 110 0 111011 10111000 1011101 10101

Color Harmonies of #046268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046268

Black with #046268

Text Example


Text Example

White with #046268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046268; }

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

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

background-color css

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

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

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

border-color css

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

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

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