Html Css Color HEX #484A90 Governor Bay

📋 copy color: '#484A90'

red 72 ◦ green 74 ◦ blue 144

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

Shades of Governor Bay #484A90

Tints of Governor Bay #484A90

RGB

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

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

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

R = 24.83%
G = 25.52%
B = 49.66%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484A90 (or 0x484A90) is known color: Governor Bay. HEX triplet: 48, 4A and 90. RGB value is (72,74,144). Sum of RGB (Red+Green+Blue) = 72+74+144=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #484A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A90 is #B7B56F. Grayscale: #515151. Windows color (decimal): -12039536 or 9456200. OLE color: 9456200.

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

Color convert

RGB 72 74 144 -
CMYK 0.50 0.49 0 0.44
HSL 238.33º 0.33% 0.42% -
HSV(B) 238.33º 0.5% 0.56% -
XYZ 10.16 8.29 27.45 -
YUV 81.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 72 74 144 0.50 0.49 0 0.44 238.33 0.33 0.42
Hex 48 4A 90 32 31 0 2C EE 21 2A
Octal 110 112 220 62 61 0 54 356 41 52
Binary 1001000 1001010 10010000 110010 110001 0 101100 11101110 100001 101010

Color Harmonies of #484A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A90

Black with #484A90

Text Example


Text Example

White with #484A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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