Html Css Color HEX #02464A Sherpa Blue

📋 copy color: '#02464A'

red 2 ◦ green 70 ◦ blue 74

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

Shades of Sherpa Blue #02464A

Tints of Sherpa Blue #02464A

RGB

 RED value IS 2 (1.17% from 255) = 1.37%

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 1.37%
G = 47.95%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02464A (or 0x02464A) is known color: Sherpa Blue. HEX triplet: 02, 46 and 4A. RGB value is (2,70,74). Sum of RGB (Red+Green+Blue) = 2+70+74=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #02464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02464A is #FDB9B5. Grayscale: #323232. Windows color (decimal): -16628150 or 4867586. OLE color: 4867586.

HSL color Cylindrical-coordinate representation of color #02464A: hue angle of 183.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02464A is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 70 74 -
CMYK 0.97 0.05 0 0.71
HSL 183.33º 0.95% 0.15% -
HSV(B) 183.33º 0.97% 0.29% -
XYZ 3.45 4.89 7.24 -
YUV 50.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 2 70 74 0.97 0.05 0 0.71 183.33 0.95 0.15
Hex 2 46 4A 61 5 0 47 B7 5F F
Octal 2 106 112 141 5 0 107 267 137 17
Binary 10 1000110 1001010 1100001 101 0 1000111 10110111 1011111 1111

Color Harmonies of #02464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02464A

Black with #02464A

Text Example


Text Example

White with #02464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02464A; }

 p { color: rgb(2,70,74); }

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

background-color css

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

 a { background-color: rgb(2,70,74); }

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

border-color css

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

 span { border-color: rgb(2,70,74); }

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