Html Css Color HEX #483FAC Governor Bay

📋 copy color: '#483FAC'

red 72 ◦ green 63 ◦ blue 172

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

Shades of Governor Bay #483FAC

Tints of Governor Bay #483FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 23.45%
G = 20.52%
B = 56.03%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#483FAC (or 0x483FAC) is known color: Governor Bay. HEX triplet: 48, 3F and AC. RGB value is (72,63,172). Sum of RGB (Red+Green+Blue) = 72+63+172=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #483FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAC is #B7C053. Grayscale: #4D4D4D. Windows color (decimal): -12042324 or 11288392. OLE color: 11288392.

HSL color Cylindrical-coordinate representation of color #483FAC: hue angle of 244.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483FAC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 63 172 -
CMYK 0.58 0.63 0 0.33
HSL 244.95º 0.46% 0.46% -
HSV(B) 244.95º 0.63% 0.67% -
XYZ 11.9 7.91 39.93 -
YUV 78.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 72 63 172 0.58 0.63 0 0.33 244.95 0.46 0.46
Hex 48 3F AC 3A 3F 0 21 F5 2E 2E
Octal 110 77 254 72 77 0 41 365 56 56
Binary 1001000 111111 10101100 111010 111111 0 100001 11110101 101110 101110

Color Harmonies of #483FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FAC

Black with #483FAC

Text Example


Text Example

White with #483FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483FAC; }

 p { color: rgb(72,63,172); }

 H1.HeaderClassName
 {
   color: #483FAC;
 }
 .AnyTagClassName
 {
   color: #483FAC;
 }
</style>

background-color css

<style>
 a { background-color: #483FAC; }

 a { background-color: rgb(72,63,172); }

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

border-color css

<style>
 span { border-color: #483FAC; }

 span { border-color: rgb(72,63,172); }

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