Html Css Color HEX #4B41AF Rich Blue

📋 copy color: '#4B41AF'

red 75 ◦ green 65 ◦ blue 175

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

Shades of Rich Blue #4B41AF

Tints of Rich Blue #4B41AF

RGB

 RED value IS 75 (29.69% from 255) = 23.81%

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

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

R = 23.81%
G = 20.63%
B = 55.56%

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

#4B41AF (or 0x4B41AF) is known color: Rich Blue. HEX triplet: 4B, 41 and AF. RGB value is (75,65,175). Sum of RGB (Red+Green+Blue) = 75+65+175=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B41AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B41AF is #B4BE50. Grayscale: #505050. Windows color (decimal): -11845201 or 11485515. OLE color: 11485515.

HSL color Cylindrical-coordinate representation of color #4B41AF: hue angle of 245.45º 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 #4B41AF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 65 175 -
CMYK 0.57 0.63 0 0.31
HSL 245.45º 0.46% 0.47% -
HSV(B) 245.45º 0.63% 0.69% -
XYZ 12.53 8.37 41.51 -
YUV 80.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 75 65 175 0.57 0.63 0 0.31 245.45 0.46 0.47
Hex 4B 41 AF 39 3F 0 1F F5 2E 2F
Octal 113 101 257 71 77 0 37 365 56 57
Binary 1001011 1000001 10101111 111001 111111 0 11111 11110101 101110 101111

Color Harmonies of #4B41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B41AF

Black with #4B41AF

Text Example


Text Example

White with #4B41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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