Html Css Color HEX #4830FF Han Purple

📋 copy color: '#4830FF'

red 72 ◦ green 48 ◦ blue 255

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

Shades of Han Purple #4830FF

Tints of Han Purple #4830FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

 BLUE value IS 255 (100% from 255) = 68%

R = 19.2%
G = 12.8%
B = 68%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4830FF (or 0x4830FF) is known color: Han Purple. HEX triplet: 48, 30 and FF. RGB value is (72,48,255). Sum of RGB (Red+Green+Blue) = 72+48+255=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4830FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4830FF is #B7CF00. Grayscale: #4D4D4D. Windows color (decimal): -12046081 or 16724040. OLE color: 16724040.

HSL color Cylindrical-coordinate representation of color #4830FF: hue angle of 246.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4830FF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 48 255 -
CMYK 0.72 0.81 0 0
HSL 246.96º 1% 0.59% -
HSV(B) 246.96º 0.81% 1% -
XYZ 21.78 10.71 95.53 -
YUV 78.77 227.45 123.17 -
System Red Green Blue C M Y K H S L
Decimal 72 48 255 0.72 0.81 0 0 246.96 1 0.59
Hex 48 30 FF 48 51 0 0 F7 64 3B
Octal 110 60 377 110 121 0 0 367 144 73
Binary 1001000 110000 11111111 1001000 1010001 0 0 11110111 1100100 111011

Color Harmonies of #4830FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4830FF

Black with #4830FF

Text Example


Text Example

White with #4830FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4830FF; }

 p { color: rgb(72,48,255); }

 H1.HeaderClassName
 {
   color: #4830FF;
 }
 .AnyTagClassName
 {
   color: #4830FF;
 }
</style>

background-color css

<style>
 a { background-color: #4830FF; }

 a { background-color: rgb(72,48,255); }

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

border-color css

<style>
 span { border-color: #4830FF; }

 span { border-color: rgb(72,48,255); }

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