Html Css Color HEX #004962 Sherpa Blue

📋 copy color: '#004962'

red 0 ◦ green 73 ◦ blue 98

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

Shades of Sherpa Blue #004962

Tints of Sherpa Blue #004962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

 BLUE value IS 98 (38.67% from 255) = 57.31%

R = 0%
G = 42.69%
B = 57.31%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004962 (or 0x004962) is known color: Sherpa Blue. HEX triplet: 00, 49 and 62. RGB value is (0,73,98). Sum of RGB (Red+Green+Blue) = 0+73+98=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #004962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004962 is #FFB69D. Grayscale: #353535. Windows color (decimal): -16758430 or 6441216. OLE color: 6441216.

HSL color Cylindrical-coordinate representation of color #004962: hue angle of 195.31º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004962 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 73 98 -
CMYK 1 0.26 0 0.62
HSL 195.31º 1% 0.19% -
HSV(B) 195.31º 1% 0.38% -
XYZ 4.59 5.65 12.4 -
YUV 54.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 0 73 98 1 0.26 0 0.62 195.31 1 0.19
Hex 0 49 62 64 1A 0 3E C3 64 13
Octal 0 111 142 144 32 0 76 303 144 23
Binary 0 1001001 1100010 1100100 11010 0 111110 11000011 1100100 10011

Color Harmonies of #004962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004962

Black with #004962

Text Example


Text Example

White with #004962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004962; }

 p { color: rgb(0,73,98); }

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

background-color css

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

 a { background-color: rgb(0,73,98); }

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

border-color css

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

 span { border-color: rgb(0,73,98); }

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