Html Css Color HEX #07464B Sherpa Blue

📋 copy color: '#07464B'

red 7 ◦ green 70 ◦ blue 75

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

Shades of Sherpa Blue #07464B

Tints of Sherpa Blue #07464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 49.34%

R = 4.61%
G = 46.05%
B = 49.34%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07464B (or 0x07464B) is known color: Sherpa Blue. HEX triplet: 07, 46 and 4B. RGB value is (7,70,75). Sum of RGB (Red+Green+Blue) = 7+70+75=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #07464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07464B is #F8B9B4. Grayscale: #333333. Windows color (decimal): -16300469 or 4933127. OLE color: 4933127.

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

Color convert

RGB 7 70 75 -
CMYK 0.91 0.07 0 0.71
HSL 184.41º 0.83% 0.16% -
HSV(B) 184.41º 0.91% 0.29% -
XYZ 3.55 4.93 7.42 -
YUV 51.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 7 70 75 0.91 0.07 0 0.71 184.41 0.83 0.16
Hex 7 46 4B 5B 7 0 47 B8 53 10
Octal 7 106 113 133 7 0 107 270 123 20
Binary 111 1000110 1001011 1011011 111 0 1000111 10111000 1010011 10000

Color Harmonies of #07464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07464B

Black with #07464B

Text Example


Text Example

White with #07464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07464B; }

 p { color: rgb(7,70,75); }

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

background-color css

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

 a { background-color: rgb(7,70,75); }

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

border-color css

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

 span { border-color: rgb(7,70,75); }

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