Html Css Color HEX #4612F9 Han Purple

📋 copy color: '#4612F9'

red 70 ◦ green 18 ◦ blue 249

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

Shades of Han Purple #4612F9

Tints of Han Purple #4612F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 249 (97.66% from 255) = 73.89%

R = 20.77%
G = 5.34%
B = 73.89%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4612F9 (or 0x4612F9) is known color: Han Purple. HEX triplet: 46, 12 and F9. RGB value is (70,18,249). Sum of RGB (Red+Green+Blue) = 70+18+249=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #4612F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4612F9 is #B9ED06. Grayscale: #3B3B3B. Windows color (decimal): -12184839 or 16323142. OLE color: 16323142.

HSL color Cylindrical-coordinate representation of color #4612F9: hue angle of 253.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4612F9 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 18 249 -
CMYK 0.72 0.93 0 0.02
HSL 253.51º 0.95% 0.52% -
HSV(B) 253.51º 0.93% 0.98% -
XYZ 19.84 8.57 90.23 -
YUV 59.88 234.73 135.22 -
System Red Green Blue C M Y K H S L
Decimal 70 18 249 0.72 0.93 0 0.02 253.51 0.95 0.52
Hex 46 12 F9 48 5D 0 2 FE 5F 34
Octal 106 22 371 110 135 0 2 376 137 64
Binary 1000110 10010 11111001 1001000 1011101 0 10 11111110 1011111 110100

Color Harmonies of #4612F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612F9

Black with #4612F9

Text Example


Text Example

White with #4612F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4612F9; }

 p { color: rgb(70,18,249); }

 H1.HeaderClassName
 {
   color: #4612F9;
 }
 .AnyTagClassName
 {
   color: #4612F9;
 }
</style>

background-color css

<style>
 a { background-color: #4612F9; }

 a { background-color: rgb(70,18,249); }

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

border-color css

<style>
 span { border-color: #4612F9; }

 span { border-color: rgb(70,18,249); }

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