Html Css Color HEX #4608AF Indigo

📋 copy color: '#4608AF'

red 70 ◦ green 8 ◦ blue 175

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

Shades of Indigo #4608AF

Tints of Indigo #4608AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 27.67%
G = 3.16%
B = 69.17%

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

#4608AF (or 0x4608AF) is known color: Indigo. HEX triplet: 46, 08 and AF. RGB value is (70,8,175). Sum of RGB (Red+Green+Blue) = 70+8+175=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #4608AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4608AF is #B9F750. Grayscale: #2C2C2C. Windows color (decimal): -12187473 or 11470918. OLE color: 11470918.

HSL color Cylindrical-coordinate representation of color #4608AF: hue angle of 262.28º degrees, saturation: 0.91, 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 #4608AF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 8 175 -
CMYK 0.60 0.95 0 0.31
HSL 262.28º 0.91% 0.36% -
HSV(B) 262.28º 0.95% 0.69% -
XYZ 10.35 4.57 40.89 -
YUV 45.58 201.04 145.42 -
System Red Green Blue C M Y K H S L
Decimal 70 8 175 0.60 0.95 0 0.31 262.28 0.91 0.36
Hex 46 8 AF 3C 5F 0 1F 106 5B 24
Octal 106 10 257 74 137 0 37 406 133 44
Binary 1000110 1000 10101111 111100 1011111 0 11111 100000110 1011011 100100

Color Harmonies of #4608AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4608AF

Black with #4608AF

Text Example


Text Example

White with #4608AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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