Html Css Color HEX #48817C Breaker Bay

📋 copy color: '#48817C'

red 72 ◦ green 129 ◦ blue 124

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

Shades of Breaker Bay #48817C

Tints of Breaker Bay #48817C

RGB

 RED value IS 72 (28.52% from 255) = 22.15%

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 22.15%
G = 39.69%
B = 38.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#48817C (or 0x48817C) is known color: Breaker Bay. HEX triplet: 48, 81 and 7C. RGB value is (72,129,124). Sum of RGB (Red+Green+Blue) = 72+129+124=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #48817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48817C is #B77E83. Grayscale: #6F6F6F. Windows color (decimal): -12025476 or 8159560. OLE color: 8159560.

HSL color Cylindrical-coordinate representation of color #48817C: hue angle of 174.74º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48817C is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 124 -
CMYK 0.44 0 0.04 0.49
HSL 174.74º 0.28% 0.39% -
HSV(B) 174.74º 0.44% 0.51% -
XYZ 14.16 18.53 21.9 -
YUV 111.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 72 129 124 0.44 0 0.04 0.49 174.74 0.28 0.39
Hex 48 81 7C 2C 0 4 31 AF 1C 27
Octal 110 201 174 54 0 4 61 257 34 47
Binary 1001000 10000001 1111100 101100 0 100 110001 10101111 11100 100111

Color Harmonies of #48817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48817C

Black with #48817C

Text Example


Text Example

White with #48817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48817C; }

 p { color: rgb(72,129,124); }

 H1.HeaderClassName
 {
   color: #48817C;
 }
 .AnyTagClassName
 {
   color: #48817C;
 }
</style>

background-color css

<style>
 a { background-color: #48817C; }

 a { background-color: rgb(72,129,124); }

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

border-color css

<style>
 span { border-color: #48817C; }

 span { border-color: rgb(72,129,124); }

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