Html Css Color HEX #4B7473 Breaker Bay

📋 copy color: '#4B7473'

red 75 ◦ green 116 ◦ blue 115

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

Shades of Breaker Bay #4B7473

Tints of Breaker Bay #4B7473

RGB

 RED value IS 75 (29.69% from 255) = 24.51%

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 24.51%
G = 37.91%
B = 37.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#4B7473 (or 0x4B7473) is known color: Breaker Bay. HEX triplet: 4B, 74 and 73. RGB value is (75,116,115). Sum of RGB (Red+Green+Blue) = 75+116+115=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7473 is #B48B8C. Grayscale: #676767. Windows color (decimal): -11832205 or 7566411. OLE color: 7566411.

HSL color Cylindrical-coordinate representation of color #4B7473: hue angle of 178.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7473 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 115 -
CMYK 0.35 0 0.01 0.55
HSL 178.54º 0.21% 0.37% -
HSV(B) 178.54º 0.35% 0.45% -
XYZ 12.24 15.22 18.51 -
YUV 103.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 75 116 115 0.35 0 0.01 0.55 178.54 0.21 0.37
Hex 4B 74 73 23 0 1 37 B3 15 25
Octal 113 164 163 43 0 1 67 263 25 45
Binary 1001011 1110100 1110011 100011 0 1 110111 10110011 10101 100101

Color Harmonies of #4B7473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7473

Black with #4B7473

Text Example


Text Example

White with #4B7473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B7473; }

 p { color: rgb(75,116,115); }

 H1.HeaderClassName
 {
   color: #4B7473;
 }
 .AnyTagClassName
 {
   color: #4B7473;
 }
</style>

background-color css

<style>
 a { background-color: #4B7473; }

 a { background-color: rgb(75,116,115); }

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

border-color css

<style>
 span { border-color: #4B7473; }

 span { border-color: rgb(75,116,115); }

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