Html Css Color HEX #4C41AF Rich Blue

📋 copy color: '#4C41AF'

red 76 ◦ green 65 ◦ blue 175

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

Shades of Rich Blue #4C41AF

Tints of Rich Blue #4C41AF

RGB

 RED value IS 76 (30.08% from 255) = 24.05%

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 24.05%
G = 20.57%
B = 55.38%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C41AF (or 0x4C41AF) is known color: Rich Blue. HEX triplet: 4C, 41 and AF. RGB value is (76,65,175). Sum of RGB (Red+Green+Blue) = 76+65+175=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C41AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C41AF is #B3BE50. Grayscale: #505050. Windows color (decimal): -11779665 or 11485516. OLE color: 11485516.

HSL color Cylindrical-coordinate representation of color #4C41AF: hue angle of 246º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C41AF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 65 175 -
CMYK 0.57 0.63 0 0.31
HSL 246º 0.46% 0.47% -
HSV(B) 246º 0.63% 0.69% -
XYZ 12.61 8.41 41.52 -
YUV 80.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 76 65 175 0.57 0.63 0 0.31 246 0.46 0.47
Hex 4C 41 AF 39 3F 0 1F F6 2E 2F
Octal 114 101 257 71 77 0 37 366 56 57
Binary 1001100 1000001 10101111 111001 111111 0 11111 11110110 101110 101111

Color Harmonies of #4C41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41AF

Black with #4C41AF

Text Example


Text Example

White with #4C41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C41AF; }

 p { color: rgb(76,65,175); }

 H1.HeaderClassName
 {
   color: #4C41AF;
 }
 .AnyTagClassName
 {
   color: #4C41AF;
 }
</style>

background-color css

<style>
 a { background-color: #4C41AF; }

 a { background-color: rgb(76,65,175); }

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

border-color css

<style>
 span { border-color: #4C41AF; }

 span { border-color: rgb(76,65,175); }

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