Html Css Color HEX #4B69DC Royal Blue

📋 copy color: '#4B69DC'

red 75 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4B69DC

Tints of Royal Blue #4B69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 18.75%
G = 26.25%
B = 55%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B69DC (or 0x4B69DC) is known color: Royal Blue. HEX triplet: 4B, 69 and DC. RGB value is (75,105,220). Sum of RGB (Red+Green+Blue) = 75+105+220=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B69DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B69DC is #B49623. Grayscale: #6C6C6C. Windows color (decimal): -11834916 or 14444875. OLE color: 14444875.

HSL color Cylindrical-coordinate representation of color #4B69DC: hue angle of 227.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B69DC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 105 220 -
CMYK 0.66 0.52 0 0.14
HSL 227.59º 0.67% 0.58% -
HSV(B) 227.59º 0.66% 0.86% -
XYZ 20.87 16.77 69.85 -
YUV 109.14 190.56 103.65 -
System Red Green Blue C M Y K H S L
Decimal 75 105 220 0.66 0.52 0 0.14 227.59 0.67 0.58
Hex 4B 69 DC 42 34 0 E E4 43 3A
Octal 113 151 334 102 64 0 16 344 103 72
Binary 1001011 1101001 11011100 1000010 110100 0 1110 11100100 1000011 111010

Color Harmonies of #4B69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B69DC

Black with #4B69DC

Text Example


Text Example

White with #4B69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,105,220); }

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

background-color css

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

 a { background-color: rgb(75,105,220); }

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

border-color css

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

 span { border-color: rgb(75,105,220); }

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