Html Css Color HEX #4469FF Royal Blue

📋 copy color: '#4469FF'

red 68 ◦ green 105 ◦ blue 255

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

Shades of Royal Blue #4469FF

Tints of Royal Blue #4469FF

RGB

 RED value IS 68 (26.95% from 255) = 15.89%

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

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

R = 15.89%
G = 24.53%
B = 59.58%

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

#4469FF (or 0x4469FF) is known color: Royal Blue. HEX triplet: 44, 69 and FF. RGB value is (68,105,255). Sum of RGB (Red+Green+Blue) = 68+105+255=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #4469FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4469FF is #BB9600. Grayscale: #6E6E6E. Windows color (decimal): -12293633 or 16738628. OLE color: 16738628.

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

Color convert

RGB 68 105 255 -
CMYK 0.73 0.59 0 0
HSL 228.13º 1% 0.63% -
HSV(B) 228.13º 0.73% 1% -
XYZ 25.49 18.55 96.85 -
YUV 111.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 68 105 255 0.73 0.59 0 0 228.13 1 0.63
Hex 44 69 FF 49 3B 0 0 E4 64 3F
Octal 104 151 377 111 73 0 0 344 144 77
Binary 1000100 1101001 11111111 1001001 111011 0 0 11100100 1100100 111111

Color Harmonies of #4469FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469FF

Black with #4469FF

Text Example


Text Example

White with #4469FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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