Html Css Color HEX #07404A Sherpa Blue

📋 copy color: '#07404A'

red 7 ◦ green 64 ◦ blue 74

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

Shades of Sherpa Blue #07404A

Tints of Sherpa Blue #07404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

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

R = 4.83%
G = 44.14%
B = 51.03%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07404A (or 0x07404A) is known color: Sherpa Blue. HEX triplet: 07, 40 and 4A. RGB value is (7,64,74). Sum of RGB (Red+Green+Blue) = 7+64+74=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #07404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07404A is #F8BFB5. Grayscale: #303030. Windows color (decimal): -16302006 or 4866055. OLE color: 4866055.

HSL color Cylindrical-coordinate representation of color #07404A: hue angle of 188.96º 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 #07404A is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 64 74 -
CMYK 0.91 0.14 0 0.71
HSL 188.96º 0.83% 0.16% -
HSV(B) 188.96º 0.91% 0.29% -
XYZ 3.16 4.21 7.12 -
YUV 48.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 7 64 74 0.91 0.14 0 0.71 188.96 0.83 0.16
Hex 7 40 4A 5B E 0 47 BD 53 10
Octal 7 100 112 133 16 0 107 275 123 20
Binary 111 1000000 1001010 1011011 1110 0 1000111 10111101 1010011 10000

Color Harmonies of #07404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07404A

Black with #07404A

Text Example


Text Example

White with #07404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,64,74); }

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

background-color css

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

 a { background-color: rgb(7,64,74); }

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

border-color css

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

 span { border-color: rgb(7,64,74); }

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