Html Css Color HEX #4609AF Indigo

📋 copy color: '#4609AF'

red 70 ◦ green 9 ◦ blue 175

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

Shades of Indigo #4609AF

Tints of Indigo #4609AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 175 (68.75% from 255) = 68.9%

R = 27.56%
G = 3.54%
B = 68.9%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4609AF (or 0x4609AF) is known color: Indigo. HEX triplet: 46, 09 and AF. RGB value is (70,9,175). Sum of RGB (Red+Green+Blue) = 70+9+175=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #4609AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4609AF is #B9F650. Grayscale: #2D2D2D. Windows color (decimal): -12187217 or 11471174. OLE color: 11471174.

HSL color Cylindrical-coordinate representation of color #4609AF: hue angle of 262.05º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4609AF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 9 175 -
CMYK 0.60 0.95 0 0.31
HSL 262.05º 0.9% 0.36% -
HSV(B) 262.05º 0.95% 0.69% -
XYZ 10.36 4.59 40.9 -
YUV 46.16 200.71 145 -
System Red Green Blue C M Y K H S L
Decimal 70 9 175 0.60 0.95 0 0.31 262.05 0.9 0.36
Hex 46 9 AF 3C 5F 0 1F 106 5A 24
Octal 106 11 257 74 137 0 37 406 132 44
Binary 1000110 1001 10101111 111100 1011111 0 11111 100000110 1011010 100100

Color Harmonies of #4609AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4609AF

Black with #4609AF

Text Example


Text Example

White with #4609AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4609AF; }

 p { color: rgb(70,9,175); }

 H1.HeaderClassName
 {
   color: #4609AF;
 }
 .AnyTagClassName
 {
   color: #4609AF;
 }
</style>

background-color css

<style>
 a { background-color: #4609AF; }

 a { background-color: rgb(70,9,175); }

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

border-color css

<style>
 span { border-color: #4609AF; }

 span { border-color: rgb(70,9,175); }

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