Html Css Color HEX #484AAC Governor Bay

📋 copy color: '#484AAC'

red 72 ◦ green 74 ◦ blue 172

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

Shades of Governor Bay #484AAC

Tints of Governor Bay #484AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

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

R = 22.64%
G = 23.27%
B = 54.09%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484AAC (or 0x484AAC) is known color: Governor Bay. HEX triplet: 48, 4A and AC. RGB value is (72,74,172). Sum of RGB (Red+Green+Blue) = 72+74+172=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #484AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAC is #B7B553. Grayscale: #545454. Windows color (decimal): -12039508 or 11291208. OLE color: 11291208.

HSL color Cylindrical-coordinate representation of color #484AAC: hue angle of 238.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 #484AAC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 74 172 -
CMYK 0.58 0.57 0 0.33
HSL 238.8º 0.41% 0.48% -
HSV(B) 238.8º 0.58% 0.67% -
XYZ 12.57 9.25 40.15 -
YUV 84.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 72 74 172 0.58 0.57 0 0.33 238.8 0.41 0.48
Hex 48 4A AC 3A 39 0 21 EF 29 30
Octal 110 112 254 72 71 0 41 357 51 60
Binary 1001000 1001010 10101100 111010 111001 0 100001 11101111 101001 110000

Color Harmonies of #484AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AAC

Black with #484AAC

Text Example


Text Example

White with #484AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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