Html Css Color HEX #4606F2 Han Purple

📋 copy color: '#4606F2'

red 70 ◦ green 6 ◦ blue 242

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

Shades of Han Purple #4606F2

Tints of Han Purple #4606F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 76.1%

R = 22.01%
G = 1.89%
B = 76.1%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4606F2 (or 0x4606F2) is known color: Han Purple. HEX triplet: 46, 06 and F2. RGB value is (70,6,242). Sum of RGB (Red+Green+Blue) = 70+6+242=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 242 (94.92% from 255 or 76.10% from 318); Max value from RGB is 242 - color contains mainly: blue. Hex color #4606F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4606F2 is #B9F90D. Grayscale: #333333. Windows color (decimal): -12187918 or 15861318. OLE color: 15861318.

HSL color Cylindrical-coordinate representation of color #4606F2: hue angle of 256.27º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4606F2 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 6 242 -
CMYK 0.71 0.98 0 0.05
HSL 256.27º 0.95% 0.49% -
HSV(B) 256.27º 0.98% 0.95% -
XYZ 18.62 7.84 84.54 -
YUV 52.04 235.2 140.81 -
System Red Green Blue C M Y K H S L
Decimal 70 6 242 0.71 0.98 0 0.05 256.27 0.95 0.49
Hex 46 6 F2 47 62 0 5 100 5F 31
Octal 106 6 362 107 142 0 5 400 137 61
Binary 1000110 110 11110010 1000111 1100010 0 101 100000000 1011111 110001

Color Harmonies of #4606F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606F2

Black with #4606F2

Text Example


Text Example

White with #4606F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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