Html Css Color HEX #484F90 Governor Bay

📋 copy color: '#484F90'

red 72 ◦ green 79 ◦ blue 144

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

Shades of Governor Bay #484F90

Tints of Governor Bay #484F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

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

R = 24.41%
G = 26.78%
B = 48.81%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484F90 (or 0x484F90) is known color: Governor Bay. HEX triplet: 48, 4F and 90. RGB value is (72,79,144). Sum of RGB (Red+Green+Blue) = 72+79+144=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #484F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F90 is #B7B06F. Grayscale: #545454. Windows color (decimal): -12038256 or 9457480. OLE color: 9457480.

HSL color Cylindrical-coordinate representation of color #484F90: hue angle of 234.17º 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 #484F90 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 79 144 -
CMYK 0.50 0.45 0 0.44
HSL 234.17º 0.33% 0.42% -
HSV(B) 234.17º 0.5% 0.56% -
XYZ 10.5 8.98 27.57 -
YUV 84.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 72 79 144 0.50 0.45 0 0.44 234.17 0.33 0.42
Hex 48 4F 90 32 2D 0 2C EA 21 2A
Octal 110 117 220 62 55 0 54 352 41 52
Binary 1001000 1001111 10010000 110010 101101 0 101100 11101010 100001 101010

Color Harmonies of #484F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F90

Black with #484F90

Text Example


Text Example

White with #484F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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