Html Css Color HEX #004B5C Sherpa Blue

📋 copy color: '#004B5C'

red 0 ◦ green 75 ◦ blue 92

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

Shades of Sherpa Blue #004B5C

Tints of Sherpa Blue #004B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.91%

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 0%
G = 44.91%
B = 55.09%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004B5C (or 0x004B5C) is known color: Sherpa Blue. HEX triplet: 00, 4B and 5C. RGB value is (0,75,92). Sum of RGB (Red+Green+Blue) = 0+75+92=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #004B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B5C is #FFB4A3. Grayscale: #363636. Windows color (decimal): -16757924 or 6048512. OLE color: 6048512.

HSL color Cylindrical-coordinate representation of color #004B5C: hue angle of 191.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B5C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 75 92 -
CMYK 1 0.18 0 0.64
HSL 191.09º 1% 0.18% -
HSV(B) 191.09º 1% 0.36% -
XYZ 4.45 5.8 11.01 -
YUV 54.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 0 75 92 1 0.18 0 0.64 191.09 1 0.18
Hex 0 4B 5C 64 12 0 40 BF 64 12
Octal 0 113 134 144 22 0 100 277 144 22
Binary 0 1001011 1011100 1100100 10010 0 1000000 10111111 1100100 10010

Color Harmonies of #004B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B5C

Black with #004B5C

Text Example


Text Example

White with #004B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,75,92); }

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

background-color css

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

 a { background-color: rgb(0,75,92); }

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

border-color css

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

 span { border-color: rgb(0,75,92); }

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