Html Css Color HEX #484F8E Governor Bay

📋 copy color: '#484F8E'

red 72 ◦ green 79 ◦ blue 142

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

Shades of Governor Bay #484F8E

Tints of Governor Bay #484F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 24.57%
G = 26.96%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484F8E (or 0x484F8E) is known color: Governor Bay. HEX triplet: 48, 4F and 8E. RGB value is (72,79,142). Sum of RGB (Red+Green+Blue) = 72+79+142=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #484F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F8E is #B7B071. Grayscale: #535353. Windows color (decimal): -12038258 or 9326408. OLE color: 9326408.

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

Color convert

RGB 72 79 142 -
CMYK 0.49 0.44 0 0.44
HSL 234º 0.33% 0.42% -
HSV(B) 234º 0.49% 0.56% -
XYZ 10.35 8.92 26.77 -
YUV 84.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 72 79 142 0.49 0.44 0 0.44 234 0.33 0.42
Hex 48 4F 8E 31 2C 0 2C EA 21 2A
Octal 110 117 216 61 54 0 54 352 41 52
Binary 1001000 1001111 10001110 110001 101100 0 101100 11101010 100001 101010

Color Harmonies of #484F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F8E

Black with #484F8E

Text Example


Text Example

White with #484F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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