Html Css Color HEX #4B42AF Rich Blue

📋 copy color: '#4B42AF'

red 75 ◦ green 66 ◦ blue 175

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

Shades of Rich Blue #4B42AF

Tints of Rich Blue #4B42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 23.73%
G = 20.89%
B = 55.38%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4B42AF (or 0x4B42AF) is known color: Rich Blue. HEX triplet: 4B, 42 and AF. RGB value is (75,66,175). Sum of RGB (Red+Green+Blue) = 75+66+175=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 66 (26.17% from 255 or 20.89% 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 #4B42AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B42AF is #B4BD50. Grayscale: #505050. Windows color (decimal): -11844945 or 11485771. OLE color: 11485771.

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

Color convert

RGB 75 66 175 -
CMYK 0.57 0.62 0 0.31
HSL 244.95º 0.45% 0.47% -
HSV(B) 244.95º 0.62% 0.69% -
XYZ 12.59 8.49 41.53 -
YUV 81.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 75 66 175 0.57 0.62 0 0.31 244.95 0.45 0.47
Hex 4B 42 AF 39 3E 0 1F F5 2D 2F
Octal 113 102 257 71 76 0 37 365 55 57
Binary 1001011 1000010 10101111 111001 111110 0 11111 11110101 101101 101111

Color Harmonies of #4B42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B42AF

Black with #4B42AF

Text Example


Text Example

White with #4B42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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