Html Css Color HEX #4A807B Breaker Bay

📋 copy color: '#4A807B'

red 74 ◦ green 128 ◦ blue 123

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

Shades of Breaker Bay #4A807B

Tints of Breaker Bay #4A807B

RGB

 RED value IS 74 (29.3% from 255) = 22.77%

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 22.77%
G = 39.38%
B = 37.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#4A807B (or 0x4A807B) is known color: Breaker Bay. HEX triplet: 4A, 80 and 7B. RGB value is (74,128,123). Sum of RGB (Red+Green+Blue) = 74+128+123=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #4A807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A807B is #B57F84. Grayscale: #6F6F6F. Windows color (decimal): -11894661 or 8093770. OLE color: 8093770.

HSL color Cylindrical-coordinate representation of color #4A807B: hue angle of 174.44º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A807B is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 128 123 -
CMYK 0.42 0 0.04 0.50
HSL 174.44º 0.27% 0.4% -
HSV(B) 174.44º 0.42% 0.5% -
XYZ 14.12 18.32 21.53 -
YUV 111.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 74 128 123 0.42 0 0.04 0.50 174.44 0.27 0.4
Hex 4A 80 7B 2A 0 4 32 AE 1B 28
Octal 112 200 173 52 0 4 62 256 33 50
Binary 1001010 10000000 1111011 101010 0 100 110010 10101110 11011 101000

Color Harmonies of #4A807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A807B

Black with #4A807B

Text Example


Text Example

White with #4A807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,128,123); }

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

background-color css

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

 a { background-color: rgb(74,128,123); }

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

border-color css

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

 span { border-color: rgb(74,128,123); }

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