Html Css Color HEX #4B5FDD Royal Blue

📋 copy color: '#4B5FDD'

red 75 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #4B5FDD

Tints of Royal Blue #4B5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 19.18%
G = 24.3%
B = 56.52%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B5FDD (or 0x4B5FDD) is known color: Royal Blue. HEX triplet: 4B, 5F and DD. RGB value is (75,95,221). Sum of RGB (Red+Green+Blue) = 75+95+221=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FDD is #B4A022. Grayscale: #666666. Windows color (decimal): -11837475 or 14507851. OLE color: 14507851.

HSL color Cylindrical-coordinate representation of color #4B5FDD: hue angle of 231.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B5FDD is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 95 221 -
CMYK 0.66 0.57 0 0.13
HSL 231.78º 0.68% 0.58% -
HSV(B) 231.78º 0.66% 0.87% -
XYZ 20.05 14.9 70.23 -
YUV 103.38 194.37 107.75 -
System Red Green Blue C M Y K H S L
Decimal 75 95 221 0.66 0.57 0 0.13 231.78 0.68 0.58
Hex 4B 5F DD 42 39 0 D E8 44 3A
Octal 113 137 335 102 71 0 15 350 104 72
Binary 1001011 1011111 11011101 1000010 111001 0 1101 11101000 1000100 111010

Color Harmonies of #4B5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5FDD

Black with #4B5FDD

Text Example


Text Example

White with #4B5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,95,221); }

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

background-color css

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

 a { background-color: rgb(75,95,221); }

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

border-color css

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

 span { border-color: rgb(75,95,221); }

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