Html Css Color HEX #483F98 Blue Gem

📋 copy color: '#483F98'

red 72 ◦ green 63 ◦ blue 152

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

Shades of Blue Gem #483F98

Tints of Blue Gem #483F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 25.09%
G = 21.95%
B = 52.96%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#483F98 (or 0x483F98) is known color: Blue Gem. HEX triplet: 48, 3F and 98. RGB value is (72,63,152). Sum of RGB (Red+Green+Blue) = 72+63+152=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #483F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483F98 is #B7C067. Grayscale: #4B4B4B. Windows color (decimal): -12042344 or 9977672. OLE color: 9977672.

HSL color Cylindrical-coordinate representation of color #483F98: hue angle of 246.07º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483F98 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 63 152 -
CMYK 0.53 0.59 0 0.40
HSL 246.07º 0.41% 0.42% -
HSV(B) 246.07º 0.59% 0.6% -
XYZ 10.12 7.2 30.56 -
YUV 75.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 72 63 152 0.53 0.59 0 0.40 246.07 0.41 0.42
Hex 48 3F 98 35 3B 0 28 F6 29 2A
Octal 110 77 230 65 73 0 50 366 51 52
Binary 1001000 111111 10011000 110101 111011 0 101000 11110110 101001 101010

Color Harmonies of #483F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F98

Black with #483F98

Text Example


Text Example

White with #483F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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