Html Css Color HEX #4B847D Breaker Bay

📋 copy color: '#4B847D'

red 75 ◦ green 132 ◦ blue 125

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

Shades of Breaker Bay #4B847D

Tints of Breaker Bay #4B847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 22.59%
G = 39.76%
B = 37.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#4B847D (or 0x4B847D) is known color: Breaker Bay. HEX triplet: 4B, 84 and 7D. RGB value is (75,132,125). Sum of RGB (Red+Green+Blue) = 75+132+125=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #4B847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B847D is #B47B82. Grayscale: #727272. Windows color (decimal): -11828099 or 8225867. OLE color: 8225867.

HSL color Cylindrical-coordinate representation of color #4B847D: hue angle of 172.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B847D is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 132 125 -
CMYK 0.43 0 0.05 0.48
HSL 172.63º 0.28% 0.41% -
HSV(B) 172.63º 0.43% 0.52% -
XYZ 14.85 19.48 22.38 -
YUV 114.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 75 132 125 0.43 0 0.05 0.48 172.63 0.28 0.41
Hex 4B 84 7D 2B 0 5 30 AD 1C 29
Octal 113 204 175 53 0 5 60 255 34 51
Binary 1001011 10000100 1111101 101011 0 101 110000 10101101 11100 101001

Color Harmonies of #4B847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B847D

Black with #4B847D

Text Example


Text Example

White with #4B847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,132,125); }

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

background-color css

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

 a { background-color: rgb(75,132,125); }

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

border-color css

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

 span { border-color: rgb(75,132,125); }

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