Html Css Color HEX #004F6B Blue Lagoon

📋 copy color: '#004F6B'

red 0 ◦ green 79 ◦ blue 107

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

Shades of Blue Lagoon #004F6B

Tints of Blue Lagoon #004F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

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

R = 0%
G = 42.47%
B = 57.53%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#004F6B (or 0x004F6B) is known color: Blue Lagoon. HEX triplet: 00, 4F and 6B. RGB value is (0,79,107). Sum of RGB (Red+Green+Blue) = 0+79+107=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #004F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F6B is #FFB094. Grayscale: #3A3A3A. Windows color (decimal): -16756885 or 7032576. OLE color: 7032576.

HSL color Cylindrical-coordinate representation of color #004F6B: hue angle of 195.7º 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 #004F6B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 79 107 -
CMYK 1 0.26 0 0.58
HSL 195.7º 1% 0.21% -
HSV(B) 195.7º 1% 0.42% -
XYZ 5.45 6.65 14.91 -
YUV 58.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 0 79 107 1 0.26 0 0.58 195.7 1 0.21
Hex 0 4F 6B 64 1A 0 3A C4 64 15
Octal 0 117 153 144 32 0 72 304 144 25
Binary 0 1001111 1101011 1100100 11010 0 111010 11000100 1100100 10101

Color Harmonies of #004F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F6B

Black with #004F6B

Text Example


Text Example

White with #004F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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