Html Css Color HEX #484BAA Governor Bay

📋 copy color: '#484BAA'

red 72 ◦ green 75 ◦ blue 170

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

Shades of Governor Bay #484BAA

Tints of Governor Bay #484BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 22.71%
G = 23.66%
B = 53.63%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484BAA (or 0x484BAA) is known color: Governor Bay. HEX triplet: 48, 4B and AA. RGB value is (72,75,170). Sum of RGB (Red+Green+Blue) = 72+75+170=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #484BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BAA is #B7B455. Grayscale: #545454. Windows color (decimal): -12039254 or 11160392. OLE color: 11160392.

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

Color convert

RGB 72 75 170 -
CMYK 0.58 0.56 0 0.33
HSL 238.16º 0.4% 0.47% -
HSV(B) 238.16º 0.58% 0.67% -
XYZ 12.44 9.31 39.17 -
YUV 84.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 72 75 170 0.58 0.56 0 0.33 238.16 0.4 0.47
Hex 48 4B AA 3A 38 0 21 EE 28 2F
Octal 110 113 252 72 70 0 41 356 50 57
Binary 1001000 1001011 10101010 111010 111000 0 100001 11101110 101000 101111

Color Harmonies of #484BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BAA

Black with #484BAA

Text Example


Text Example

White with #484BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,75,170); }

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

background-color css

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

 a { background-color: rgb(72,75,170); }

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

border-color css

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

 span { border-color: rgb(72,75,170); }

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