Html Css Color HEX #467B77 Breaker Bay

📋 copy color: '#467B77'

red 70 ◦ green 123 ◦ blue 119

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

Shades of Breaker Bay #467B77

Tints of Breaker Bay #467B77

RGB

 RED value IS 70 (27.73% from 255) = 22.44%

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 22.44%
G = 39.42%
B = 38.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#467B77 (or 0x467B77) is known color: Breaker Bay. HEX triplet: 46, 7B and 77. RGB value is (70,123,119). Sum of RGB (Red+Green+Blue) = 70+123+119=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #467B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B77 is #B98488. Grayscale: #6A6A6A. Windows color (decimal): -12158089 or 7830342. OLE color: 7830342.

HSL color Cylindrical-coordinate representation of color #467B77: hue angle of 175.47º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B77 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 123 119 -
CMYK 0.43 0 0.03 0.52
HSL 175.47º 0.27% 0.38% -
HSV(B) 175.47º 0.43% 0.48% -
XYZ 12.94 16.8 20.01 -
YUV 106.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 70 123 119 0.43 0 0.03 0.52 175.47 0.27 0.38
Hex 46 7B 77 2B 0 3 34 AF 1B 26
Octal 106 173 167 53 0 3 64 257 33 46
Binary 1000110 1111011 1110111 101011 0 11 110100 10101111 11011 100110

Color Harmonies of #467B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B77

Black with #467B77

Text Example


Text Example

White with #467B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467B77; }

 p { color: rgb(70,123,119); }

 H1.HeaderClassName
 {
   color: #467B77;
 }
 .AnyTagClassName
 {
   color: #467B77;
 }
</style>

background-color css

<style>
 a { background-color: #467B77; }

 a { background-color: rgb(70,123,119); }

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

border-color css

<style>
 span { border-color: #467B77; }

 span { border-color: rgb(70,123,119); }

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