Html Css Color HEX #004E6B Blue Lagoon

📋 copy color: '#004E6B'

red 0 ◦ green 78 ◦ blue 107

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

Shades of Blue Lagoon #004E6B

Tints of Blue Lagoon #004E6B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 0%
G = 42.16%
B = 57.84%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#004E6B (or 0x004E6B) is known color: Blue Lagoon. HEX triplet: 00, 4E and 6B. RGB value is (0,78,107). Sum of RGB (Red+Green+Blue) = 0+78+107=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #004E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6B is #FFB194. Grayscale: #393939. Windows color (decimal): -16757141 or 7032320. OLE color: 7032320.

HSL color Cylindrical-coordinate representation of color #004E6B: hue angle of 196.26º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E6B is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 78 107 -
CMYK 1 0.27 0 0.58
HSL 196.26º 1% 0.21% -
HSV(B) 196.26º 1% 0.42% -
XYZ 5.38 6.51 14.88 -
YUV 57.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 0 78 107 1 0.27 0 0.58 196.26 1 0.21
Hex 0 4E 6B 64 1B 0 3A C4 64 15
Octal 0 116 153 144 33 0 72 304 144 25
Binary 0 1001110 1101011 1100100 11011 0 111010 11000100 1100100 10101

Color Harmonies of #004E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E6B

Black with #004E6B

Text Example


Text Example

White with #004E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E6B; }

 p { color: rgb(0,78,107); }

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

background-color css

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

 a { background-color: rgb(0,78,107); }

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

border-color css

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

 span { border-color: rgb(0,78,107); }

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