Html Css Color HEX #07475C Sherpa Blue

📋 copy color: '#07475C'

red 7 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #07475C

Tints of Sherpa Blue #07475C

RGB

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

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

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

R = 4.12%
G = 41.76%
B = 54.12%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07475C (or 0x07475C) is known color: Sherpa Blue. HEX triplet: 07, 47 and 5C. RGB value is (7,71,92). Sum of RGB (Red+Green+Blue) = 7+71+92=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #07475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07475C is #F8B8A3. Grayscale: #363636. Windows color (decimal): -16300196 or 6047495. OLE color: 6047495.

HSL color Cylindrical-coordinate representation of color #07475C: hue angle of 194.82º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07475C is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 71 92 -
CMYK 0.92 0.23 0 0.64
HSL 194.82º 0.86% 0.19% -
HSV(B) 194.82º 0.92% 0.36% -
XYZ 4.27 5.32 10.93 -
YUV 54.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 7 71 92 0.92 0.23 0 0.64 194.82 0.86 0.19
Hex 7 47 5C 5C 17 0 40 C3 56 13
Octal 7 107 134 134 27 0 100 303 126 23
Binary 111 1000111 1011100 1011100 10111 0 1000000 11000011 1010110 10011

Color Harmonies of #07475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07475C

Black with #07475C

Text Example


Text Example

White with #07475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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