Html Css Color HEX #484AA2 Governor Bay

📋 copy color: '#484AA2'

red 72 ◦ green 74 ◦ blue 162

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

Shades of Governor Bay #484AA2

Tints of Governor Bay #484AA2

RGB

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

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

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

R = 23.38%
G = 24.03%
B = 52.6%

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

#484AA2 (or 0x484AA2) is known color: Governor Bay. HEX triplet: 48, 4A and A2. RGB value is (72,74,162). Sum of RGB (Red+Green+Blue) = 72+74+162=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #484AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AA2 is #B7B55D. Grayscale: #535353. Windows color (decimal): -12039518 or 10635848. OLE color: 10635848.

HSL color Cylindrical-coordinate representation of color #484AA2: hue angle of 238.67º 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 #484AA2 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 74 162 -
CMYK 0.56 0.54 0 0.36
HSL 238.67º 0.38% 0.46% -
HSV(B) 238.67º 0.56% 0.64% -
XYZ 11.64 8.88 35.28 -
YUV 83.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 72 74 162 0.56 0.54 0 0.36 238.67 0.38 0.46
Hex 48 4A A2 38 36 0 24 EF 26 2E
Octal 110 112 242 70 66 0 44 357 46 56
Binary 1001000 1001010 10100010 111000 110110 0 100100 11101111 100110 101110

Color Harmonies of #484AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AA2

Black with #484AA2

Text Example


Text Example

White with #484AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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