Html Css Color HEX #4769FF Royal Blue

📋 copy color: '#4769FF'

red 71 ◦ green 105 ◦ blue 255

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

Shades of Royal Blue #4769FF

Tints of Royal Blue #4769FF

RGB

 RED value IS 71 (28.13% from 255) = 16.47%

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 16.47%
G = 24.36%
B = 59.16%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4769FF (or 0x4769FF) is known color: Royal Blue. HEX triplet: 47, 69 and FF. RGB value is (71,105,255). Sum of RGB (Red+Green+Blue) = 71+105+255=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #4769FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4769FF is #B89600. Grayscale: #6F6F6F. Windows color (decimal): -12097025 or 16738631. OLE color: 16738631.

HSL color Cylindrical-coordinate representation of color #4769FF: hue angle of 228.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4769FF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 105 255 -
CMYK 0.72 0.59 0 0
HSL 228.91º 1% 0.64% -
HSV(B) 228.91º 0.72% 1% -
XYZ 25.7 18.66 96.86 -
YUV 111.93 208.74 98.8 -
System Red Green Blue C M Y K H S L
Decimal 71 105 255 0.72 0.59 0 0 228.91 1 0.64
Hex 47 69 FF 48 3B 0 0 E5 64 40
Octal 107 151 377 110 73 0 0 345 144 100
Binary 1000111 1101001 11111111 1001000 111011 0 0 11100101 1100100 1000000

Color Harmonies of #4769FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4769FF

Black with #4769FF

Text Example


Text Example

White with #4769FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4769FF; }

 p { color: rgb(71,105,255); }

 H1.HeaderClassName
 {
   color: #4769FF;
 }
 .AnyTagClassName
 {
   color: #4769FF;
 }
</style>

background-color css

<style>
 a { background-color: #4769FF; }

 a { background-color: rgb(71,105,255); }

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

border-color css

<style>
 span { border-color: #4769FF; }

 span { border-color: rgb(71,105,255); }

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