Html Css Color HEX #484C9E Governor Bay

📋 copy color: '#484C9E'

red 72 ◦ green 76 ◦ blue 158

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

Shades of Governor Bay #484C9E

Tints of Governor Bay #484C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 23.53%
G = 24.84%
B = 51.63%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#484C9E (or 0x484C9E) is known color: Governor Bay. HEX triplet: 48, 4C and 9E. RGB value is (72,76,158). Sum of RGB (Red+Green+Blue) = 72+76+158=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #484C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C9E is #B7B361. Grayscale: #535353. Windows color (decimal): -12039010 or 10374216. OLE color: 10374216.

HSL color Cylindrical-coordinate representation of color #484C9E: hue angle of 237.21º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484C9E is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 76 158 -
CMYK 0.54 0.52 0 0.38
HSL 237.21º 0.37% 0.45% -
HSV(B) 237.21º 0.54% 0.62% -
XYZ 11.43 9.02 33.49 -
YUV 84.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 72 76 158 0.54 0.52 0 0.38 237.21 0.37 0.45
Hex 48 4C 9E 36 34 0 26 ED 25 2D
Octal 110 114 236 66 64 0 46 355 45 55
Binary 1001000 1001100 10011110 110110 110100 0 100110 11101101 100101 101101

Color Harmonies of #484C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C9E

Black with #484C9E

Text Example


Text Example

White with #484C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,158); }

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

background-color css

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

 a { background-color: rgb(72,76,158); }

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

border-color css

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

 span { border-color: rgb(72,76,158); }

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