Html Css Color HEX #07474C Sherpa Blue

📋 copy color: '#07474C'

red 7 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #07474C

Tints of Sherpa Blue #07474C

RGB

 RED value IS 7 (3.13% from 255) = 4.55%

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 76 (30.08% from 255) = 49.35%

R = 4.55%
G = 46.1%
B = 49.35%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07474C (or 0x07474C) is known color: Sherpa Blue. HEX triplet: 07, 47 and 4C. RGB value is (7,71,76). Sum of RGB (Red+Green+Blue) = 7+71+76=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #07474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07474C is #F8B8B3. Grayscale: #343434. Windows color (decimal): -16300212 or 4998919. OLE color: 4998919.

HSL color Cylindrical-coordinate representation of color #07474C: hue angle of 184.35º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07474C is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 71 76 -
CMYK 0.91 0.07 0 0.70
HSL 184.35º 0.83% 0.16% -
HSV(B) 184.35º 0.91% 0.3% -
XYZ 3.65 5.07 7.62 -
YUV 52.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 7 71 76 0.91 0.07 0 0.70 184.35 0.83 0.16
Hex 7 47 4C 5B 7 0 46 B8 53 10
Octal 7 107 114 133 7 0 106 270 123 20
Binary 111 1000111 1001100 1011011 111 0 1000110 10111000 1010011 10000

Color Harmonies of #07474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07474C

Black with #07474C

Text Example


Text Example

White with #07474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07474C; }

 p { color: rgb(7,71,76); }

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

background-color css

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

 a { background-color: rgb(7,71,76); }

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

border-color css

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

 span { border-color: rgb(7,71,76); }

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