Html Css Color HEX #07484D Sherpa Blue

📋 copy color: '#07484D'

red 7 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #07484D

Tints of Sherpa Blue #07484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

 BLUE value IS 77 (30.47% from 255) = 49.36%

R = 4.49%
G = 46.15%
B = 49.36%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07484D (or 0x07484D) is known color: Sherpa Blue. HEX triplet: 07, 48 and 4D. RGB value is (7,72,77). Sum of RGB (Red+Green+Blue) = 7+72+77=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #07484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07484D is #F8B7B2. Grayscale: #353535. Windows color (decimal): -16299955 or 5064711. OLE color: 5064711.

HSL color Cylindrical-coordinate representation of color #07484D: hue angle of 184.29º 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 #07484D is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 72 77 -
CMYK 0.91 0.06 0 0.70
HSL 184.29º 0.83% 0.16% -
HSV(B) 184.29º 0.91% 0.3% -
XYZ 3.74 5.22 7.83 -
YUV 53.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 7 72 77 0.91 0.06 0 0.70 184.29 0.83 0.16
Hex 7 48 4D 5B 6 0 46 B8 53 10
Octal 7 110 115 133 6 0 106 270 123 20
Binary 111 1001000 1001101 1011011 110 0 1000110 10111000 1010011 10000

Color Harmonies of #07484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07484D

Black with #07484D

Text Example


Text Example

White with #07484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07484D; }

 p { color: rgb(7,72,77); }

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

background-color css

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

 a { background-color: rgb(7,72,77); }

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

border-color css

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

 span { border-color: rgb(7,72,77); }

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