Html Css Color HEX #484CA1 Governor Bay

📋 copy color: '#484CA1'

red 72 ◦ green 76 ◦ blue 161

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

Shades of Governor Bay #484CA1

Tints of Governor Bay #484CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.1%

R = 23.3%
G = 24.6%
B = 52.1%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#484CA1 (or 0x484CA1) is known color: Governor Bay. HEX triplet: 48, 4C and A1. RGB value is (72,76,161). Sum of RGB (Red+Green+Blue) = 72+76+161=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #484CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CA1 is #B7B35E. Grayscale: #545454. Windows color (decimal): -12039007 or 10570824. OLE color: 10570824.

HSL color Cylindrical-coordinate representation of color #484CA1: hue angle of 237.3º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484CA1 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 76 161 -
CMYK 0.55 0.53 0 0.37
HSL 237.3º 0.38% 0.46% -
HSV(B) 237.3º 0.55% 0.63% -
XYZ 11.69 9.12 34.86 -
YUV 84.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 72 76 161 0.55 0.53 0 0.37 237.3 0.38 0.46
Hex 48 4C A1 37 35 0 25 ED 26 2E
Octal 110 114 241 67 65 0 45 355 46 56
Binary 1001000 1001100 10100001 110111 110101 0 100101 11101101 100110 101110

Color Harmonies of #484CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CA1

Black with #484CA1

Text Example


Text Example

White with #484CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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