Html Css Color HEX #484C68 East Bay

📋 copy color: '#484C68'

red 72 ◦ green 76 ◦ blue 104

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

Shades of East Bay #484C68

Tints of East Bay #484C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 28.57%
G = 30.16%
B = 41.27%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484C68 (or 0x484C68) is known color: East Bay. HEX triplet: 48, 4C and 68. RGB value is (72,76,104). Sum of RGB (Red+Green+Blue) = 72+76+104=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #484C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C68 is #B7B397. Grayscale: #4D4D4D. Windows color (decimal): -12039064 or 6835272. OLE color: 6835272.

HSL color Cylindrical-coordinate representation of color #484C68: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484C68 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 76 104 -
CMYK 0.31 0.27 0 0.59
HSL 232.5º 0.18% 0.35% -
HSV(B) 232.5º 0.31% 0.41% -
XYZ 7.76 7.55 14.14 -
YUV 78 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 72 76 104 0.31 0.27 0 0.59 232.5 0.18 0.35
Hex 48 4C 68 1F 1B 0 3B E8 12 23
Octal 110 114 150 37 33 0 73 350 22 43
Binary 1001000 1001100 1101000 11111 11011 0 111011 11101000 10010 100011

Color Harmonies of #484C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C68

Black with #484C68

Text Example


Text Example

White with #484C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,104); }

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

background-color css

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

 a { background-color: rgb(72,76,104); }

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

border-color css

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

 span { border-color: rgb(72,76,104); }

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