Html Css Color HEX #484AAB Governor Bay

📋 copy color: '#484AAB'

red 72 ◦ green 74 ◦ blue 171

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

Shades of Governor Bay #484AAB

Tints of Governor Bay #484AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 22.71%
G = 23.34%
B = 53.94%

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

#484AAB (or 0x484AAB) is known color: Governor Bay. HEX triplet: 48, 4A and AB. RGB value is (72,74,171). Sum of RGB (Red+Green+Blue) = 72+74+171=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #484AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAB is #B7B554. Grayscale: #545454. Windows color (decimal): -12039509 or 11225672. OLE color: 11225672.

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

Color convert

RGB 72 74 171 -
CMYK 0.58 0.57 0 0.33
HSL 238.79º 0.41% 0.48% -
HSV(B) 238.79º 0.58% 0.67% -
XYZ 12.47 9.22 39.65 -
YUV 84.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 72 74 171 0.58 0.57 0 0.33 238.79 0.41 0.48
Hex 48 4A AB 3A 39 0 21 EF 29 30
Octal 110 112 253 72 71 0 41 357 51 60
Binary 1001000 1001010 10101011 111010 111001 0 100001 11101111 101001 110000

Color Harmonies of #484AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AAB

Black with #484AAB

Text Example


Text Example

White with #484AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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