Html Css Color HEX #4530E6 Han Purple

📋 copy color: '#4530E6'

red 69 ◦ green 48 ◦ blue 230

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

Shades of Han Purple #4530E6

Tints of Han Purple #4530E6

RGB

 RED value IS 69 (27.34% from 255) = 19.88%

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

 BLUE value IS 230 (90.23% from 255) = 66.28%

R = 19.88%
G = 13.83%
B = 66.28%

CMYK

 C value IS 0.7

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4530E6 (or 0x4530E6) is known color: Han Purple. HEX triplet: 45, 30 and E6. RGB value is (69,48,230). Sum of RGB (Red+Green+Blue) = 69+48+230=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #4530E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530E6 is #BACF19. Grayscale: #4A4A4A. Windows color (decimal): -12242714 or 15085637. OLE color: 15085637.

HSL color Cylindrical-coordinate representation of color #4530E6: hue angle of 246.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4530E6 is Cyan = 0.7, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 48 230 -
CMYK 0.7 0.79 0 0.10
HSL 246.92º 0.78% 0.55% -
HSV(B) 246.92º 0.79% 0.9% -
XYZ 17.79 9.09 75.68 -
YUV 75.03 215.46 123.7 -
System Red Green Blue C M Y K H S L
Decimal 69 48 230 0.7 0.79 0 0.10 246.92 0.78 0.55
Hex 45 30 E6 46 4F 0 A F7 4E 37
Octal 105 60 346 106 117 0 12 367 116 67
Binary 1000101 110000 11100110 1000110 1001111 0 1010 11110111 1001110 110111

Color Harmonies of #4530E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4530E6

Black with #4530E6

Text Example


Text Example

White with #4530E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4530E6; }

 p { color: rgb(69,48,230); }

 H1.HeaderClassName
 {
   color: #4530E6;
 }
 .AnyTagClassName
 {
   color: #4530E6;
 }
</style>

background-color css

<style>
 a { background-color: #4530E6; }

 a { background-color: rgb(69,48,230); }

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

border-color css

<style>
 span { border-color: #4530E6; }

 span { border-color: rgb(69,48,230); }

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