Html Css Color HEX #4469CD Royal Blue

📋 copy color: '#4469CD'

red 68 ◦ green 105 ◦ blue 205

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

Shades of Royal Blue #4469CD

Tints of Royal Blue #4469CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 17.99%
G = 27.78%
B = 54.23%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4469CD (or 0x4469CD) is known color: Royal Blue. HEX triplet: 44, 69 and CD. RGB value is (68,105,205). Sum of RGB (Red+Green+Blue) = 68+105+205=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #4469CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469CD is #BB9632. Grayscale: #686868. Windows color (decimal): -12293683 or 13461828. OLE color: 13461828.

HSL color Cylindrical-coordinate representation of color #4469CD: hue angle of 223.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4469CD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 105 205 -
CMYK 0.67 0.49 0 0.20
HSL 223.8º 0.58% 0.54% -
HSV(B) 223.8º 0.67% 0.8% -
XYZ 18.45 15.74 59.82 -
YUV 105.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 68 105 205 0.67 0.49 0 0.20 223.8 0.58 0.54
Hex 44 69 CD 43 31 0 14 E0 3A 36
Octal 104 151 315 103 61 0 24 340 72 66
Binary 1000100 1101001 11001101 1000011 110001 0 10100 11100000 111010 110110

Color Harmonies of #4469CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469CD

Black with #4469CD

Text Example


Text Example

White with #4469CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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