Html Css Color HEX #484FAC Governor Bay

📋 copy color: '#484FAC'

red 72 ◦ green 79 ◦ blue 172

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

Shades of Governor Bay #484FAC

Tints of Governor Bay #484FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 22.29%
G = 24.46%
B = 53.25%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484FAC (or 0x484FAC) is known color: Governor Bay. HEX triplet: 48, 4F and AC. RGB value is (72,79,172). Sum of RGB (Red+Green+Blue) = 72+79+172=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #484FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FAC is #B7B053. Grayscale: #575757. Windows color (decimal): -12038228 or 11292488. OLE color: 11292488.

HSL color Cylindrical-coordinate representation of color #484FAC: hue angle of 235.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484FAC is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 79 172 -
CMYK 0.58 0.54 0 0.33
HSL 235.8º 0.41% 0.48% -
HSV(B) 235.8º 0.58% 0.67% -
XYZ 12.91 9.95 40.27 -
YUV 87.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 72 79 172 0.58 0.54 0 0.33 235.8 0.41 0.48
Hex 48 4F AC 3A 36 0 21 EC 29 30
Octal 110 117 254 72 66 0 41 354 51 60
Binary 1001000 1001111 10101100 111010 110110 0 100001 11101100 101001 110000

Color Harmonies of #484FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FAC

Black with #484FAC

Text Example


Text Example

White with #484FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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