Html Css Color HEX #4669FF Royal Blue

📋 copy color: '#4669FF'

red 70 ◦ green 105 ◦ blue 255

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

Shades of Royal Blue #4669FF

Tints of Royal Blue #4669FF

RGB

 RED value IS 70 (27.73% from 255) = 16.28%

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

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

R = 16.28%
G = 24.42%
B = 59.3%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4669FF (or 0x4669FF) is known color: Royal Blue. HEX triplet: 46, 69 and FF. RGB value is (70,105,255). Sum of RGB (Red+Green+Blue) = 70+105+255=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #4669FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4669FF is #B99600. Grayscale: #6E6E6E. Windows color (decimal): -12162561 or 16738630. OLE color: 16738630.

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

Color convert

RGB 70 105 255 -
CMYK 0.73 0.59 0 0
HSL 228.65º 1% 0.64% -
HSV(B) 228.65º 0.73% 1% -
XYZ 25.63 18.63 96.85 -
YUV 111.64 208.9 98.3 -
System Red Green Blue C M Y K H S L
Decimal 70 105 255 0.73 0.59 0 0 228.65 1 0.64
Hex 46 69 FF 49 3B 0 0 E5 64 40
Octal 106 151 377 111 73 0 0 345 144 100
Binary 1000110 1101001 11111111 1001001 111011 0 0 11100101 1100100 1000000

Color Harmonies of #4669FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669FF

Black with #4669FF

Text Example


Text Example

White with #4669FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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