Html Css Color HEX #4A7B78 Breaker Bay

📋 copy color: '#4A7B78'

red 74 ◦ green 123 ◦ blue 120

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

Shades of Breaker Bay #4A7B78

Tints of Breaker Bay #4A7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 23.34%
G = 38.8%
B = 37.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#4A7B78 (or 0x4A7B78) is known color: Breaker Bay. HEX triplet: 4A, 7B and 78. RGB value is (74,123,120). Sum of RGB (Red+Green+Blue) = 74+123+120=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B78 is #B58487. Grayscale: #6B6B6B. Windows color (decimal): -11895944 or 7895882. OLE color: 7895882.

HSL color Cylindrical-coordinate representation of color #4A7B78: hue angle of 176.33º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7B78 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 123 120 -
CMYK 0.40 0 0.02 0.52
HSL 176.33º 0.25% 0.39% -
HSV(B) 176.33º 0.4% 0.48% -
XYZ 13.3 16.98 20.35 -
YUV 108.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 74 123 120 0.40 0 0.02 0.52 176.33 0.25 0.39
Hex 4A 7B 78 28 0 2 34 B0 19 27
Octal 112 173 170 50 0 2 64 260 31 47
Binary 1001010 1111011 1111000 101000 0 10 110100 10110000 11001 100111

Color Harmonies of #4A7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7B78

Black with #4A7B78

Text Example


Text Example

White with #4A7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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