Html Css Color HEX #484BA2 Governor Bay

📋 copy color: '#484BA2'

red 72 ◦ green 75 ◦ blue 162

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

Shades of Governor Bay #484BA2

Tints of Governor Bay #484BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 23.3%
G = 24.27%
B = 52.43%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#484BA2 (or 0x484BA2) is known color: Governor Bay. HEX triplet: 48, 4B and A2. RGB value is (72,75,162). Sum of RGB (Red+Green+Blue) = 72+75+162=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #484BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BA2 is #B7B45D. Grayscale: #535353. Windows color (decimal): -12039262 or 10636104. OLE color: 10636104.

HSL color Cylindrical-coordinate representation of color #484BA2: hue angle of 238º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484BA2 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 75 162 -
CMYK 0.56 0.54 0 0.36
HSL 238º 0.38% 0.46% -
HSV(B) 238º 0.56% 0.64% -
XYZ 11.71 9.02 35.31 -
YUV 84.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 72 75 162 0.56 0.54 0 0.36 238 0.38 0.46
Hex 48 4B A2 38 36 0 24 EE 26 2E
Octal 110 113 242 70 66 0 44 356 46 56
Binary 1001000 1001011 10100010 111000 110110 0 100100 11101110 100110 101110

Color Harmonies of #484BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BA2

Black with #484BA2

Text Example


Text Example

White with #484BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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