Html Css Color HEX #4606FD Han Purple

📋 copy color: '#4606FD'

red 70 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #4606FD

Tints of Han Purple #4606FD

RGB

 RED value IS 70 (27.73% from 255) = 21.28%

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 253 (99.22% from 255) = 76.9%

R = 21.28%
G = 1.82%
B = 76.9%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4606FD (or 0x4606FD) is known color: Han Purple. HEX triplet: 46, 06 and FD. RGB value is (70,6,253). Sum of RGB (Red+Green+Blue) = 70+6+253=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #4606FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4606FD is #B9F902. Grayscale: #343434. Windows color (decimal): -12187907 or 16582214. OLE color: 16582214.

HSL color Cylindrical-coordinate representation of color #4606FD: hue angle of 255.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4606FD is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 6 253 -
CMYK 0.72 0.98 0 0.01
HSL 255.55º 0.98% 0.51% -
HSV(B) 255.55º 0.98% 0.99% -
XYZ 20.32 8.52 93.5 -
YUV 53.29 240.7 139.92 -
System Red Green Blue C M Y K H S L
Decimal 70 6 253 0.72 0.98 0 0.01 255.55 0.98 0.51
Hex 46 6 FD 48 62 0 1 100 62 33
Octal 106 6 375 110 142 0 1 400 142 63
Binary 1000110 110 11111101 1001000 1100010 0 1 100000000 1100010 110011

Color Harmonies of #4606FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606FD

Black with #4606FD

Text Example


Text Example

White with #4606FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4606FD; }

 p { color: rgb(70,6,253); }

 H1.HeaderClassName
 {
   color: #4606FD;
 }
 .AnyTagClassName
 {
   color: #4606FD;
 }
</style>

background-color css

<style>
 a { background-color: #4606FD; }

 a { background-color: rgb(70,6,253); }

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

border-color css

<style>
 span { border-color: #4606FD; }

 span { border-color: rgb(70,6,253); }

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