Html Css Color HEX #484F70 East Bay

📋 copy color: '#484F70'

red 72 ◦ green 79 ◦ blue 112

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

Shades of East Bay #484F70

Tints of East Bay #484F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 27.38%
G = 30.04%
B = 42.59%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#484F70 (or 0x484F70) is known color: East Bay. HEX triplet: 48, 4F and 70. RGB value is (72,79,112). Sum of RGB (Red+Green+Blue) = 72+79+112=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #484F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F70 is #B7B08F. Grayscale: #505050. Windows color (decimal): -12038288 or 7360328. OLE color: 7360328.

HSL color Cylindrical-coordinate representation of color #484F70: hue angle of 229.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484F70 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 79 112 -
CMYK 0.36 0.29 0 0.56
HSL 229.5º 0.22% 0.36% -
HSV(B) 229.5º 0.36% 0.44% -
XYZ 8.39 8.14 16.46 -
YUV 80.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 72 79 112 0.36 0.29 0 0.56 229.5 0.22 0.36
Hex 48 4F 70 24 1D 0 38 E6 16 24
Octal 110 117 160 44 35 0 70 346 26 44
Binary 1001000 1001111 1110000 100100 11101 0 111000 11100110 10110 100100

Color Harmonies of #484F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F70

Black with #484F70

Text Example


Text Example

White with #484F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484F70; }

 p { color: rgb(72,79,112); }

 H1.HeaderClassName
 {
   color: #484F70;
 }
 .AnyTagClassName
 {
   color: #484F70;
 }
</style>

background-color css

<style>
 a { background-color: #484F70; }

 a { background-color: rgb(72,79,112); }

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

border-color css

<style>
 span { border-color: #484F70; }

 span { border-color: rgb(72,79,112); }

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