Html Css Color HEX #484B90 Governor Bay

📋 copy color: '#484B90'

red 72 ◦ green 75 ◦ blue 144

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

Shades of Governor Bay #484B90

Tints of Governor Bay #484B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 24.74%
G = 25.77%
B = 49.48%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484B90 (or 0x484B90) is known color: Governor Bay. HEX triplet: 48, 4B and 90. RGB value is (72,75,144). Sum of RGB (Red+Green+Blue) = 72+75+144=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #484B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B90 is #B7B46F. Grayscale: #515151. Windows color (decimal): -12039280 or 9456456. OLE color: 9456456.

HSL color Cylindrical-coordinate representation of color #484B90: hue angle of 237.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484B90 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 75 144 -
CMYK 0.50 0.48 0 0.44
HSL 237.5º 0.33% 0.42% -
HSV(B) 237.5º 0.5% 0.56% -
XYZ 10.22 8.42 27.47 -
YUV 81.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 72 75 144 0.50 0.48 0 0.44 237.5 0.33 0.42
Hex 48 4B 90 32 30 0 2C EE 21 2A
Octal 110 113 220 62 60 0 54 356 41 52
Binary 1001000 1001011 10010000 110010 110000 0 101100 11101110 100001 101010

Color Harmonies of #484B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B90

Black with #484B90

Text Example


Text Example

White with #484B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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