Html Css Color HEX #4F53BA Rich Blue

📋 copy color: '#4F53BA'

red 79 ◦ green 83 ◦ blue 186

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

Shades of Rich Blue #4F53BA

Tints of Rich Blue #4F53BA

RGB

 RED value IS 79 (31.25% from 255) = 22.7%

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 22.7%
G = 23.85%
B = 53.45%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F53BA (or 0x4F53BA) is known color: Rich Blue. HEX triplet: 4F, 53 and BA. RGB value is (79,83,186). Sum of RGB (Red+Green+Blue) = 79+83+186=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F53BA is #B0AC45. Grayscale: #5D5D5D. Windows color (decimal): -11578438 or 12211023. OLE color: 12211023.

HSL color Cylindrical-coordinate representation of color #4F53BA: hue angle of 237.76º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F53BA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 83 186 -
CMYK 0.58 0.55 0 0.27
HSL 237.76º 0.44% 0.52% -
HSV(B) 237.76º 0.58% 0.73% -
XYZ 15.18 11.39 47.85 -
YUV 93.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 79 83 186 0.58 0.55 0 0.27 237.76 0.44 0.52
Hex 4F 53 BA 3A 37 0 1B EE 2C 34
Octal 117 123 272 72 67 0 33 356 54 64
Binary 1001111 1010011 10111010 111010 110111 0 11011 11101110 101100 110100

Color Harmonies of #4F53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F53BA

Black with #4F53BA

Text Example


Text Example

White with #4F53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,186); }

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

background-color css

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

 a { background-color: rgb(79,83,186); }

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

border-color css

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

 span { border-color: rgb(79,83,186); }

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