Html Css Color HEX #484B9A Governor Bay

📋 copy color: '#484B9A'

red 72 ◦ green 75 ◦ blue 154

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

Shades of Governor Bay #484B9A

Tints of Governor Bay #484B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 23.92%
G = 24.92%
B = 51.16%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#484B9A (or 0x484B9A) is known color: Governor Bay. HEX triplet: 48, 4B and 9A. RGB value is (72,75,154). Sum of RGB (Red+Green+Blue) = 72+75+154=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #484B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B9A is #B7B465. Grayscale: #525252. Windows color (decimal): -12039270 or 10111816. OLE color: 10111816.

HSL color Cylindrical-coordinate representation of color #484B9A: hue angle of 237.8º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484B9A is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 75 154 -
CMYK 0.53 0.51 0 0.40
HSL 237.8º 0.36% 0.44% -
HSV(B) 237.8º 0.53% 0.6% -
XYZ 11.02 8.74 31.68 -
YUV 83.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 72 75 154 0.53 0.51 0 0.40 237.8 0.36 0.44
Hex 48 4B 9A 35 33 0 28 EE 24 2C
Octal 110 113 232 65 63 0 50 356 44 54
Binary 1001000 1001011 10011010 110101 110011 0 101000 11101110 100100 101100

Color Harmonies of #484B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B9A

Black with #484B9A

Text Example


Text Example

White with #484B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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