Html Css Color HEX #4668CD Royal Blue

📋 copy color: '#4668CD'

red 70 ◦ green 104 ◦ blue 205

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

Shades of Royal Blue #4668CD

Tints of Royal Blue #4668CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

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

R = 18.47%
G = 27.44%
B = 54.09%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4668CD (or 0x4668CD) is known color: Royal Blue. HEX triplet: 46, 68 and CD. RGB value is (70,104,205). Sum of RGB (Red+Green+Blue) = 70+104+205=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #4668CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668CD is #B99732. Grayscale: #686868. Windows color (decimal): -12162867 or 13461574. OLE color: 13461574.

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

Color convert

RGB 70 104 205 -
CMYK 0.66 0.49 0 0.20
HSL 224.89º 0.57% 0.54% -
HSV(B) 224.89º 0.66% 0.8% -
XYZ 18.5 15.61 59.8 -
YUV 105.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 70 104 205 0.66 0.49 0 0.20 224.89 0.57 0.54
Hex 46 68 CD 42 31 0 14 E1 39 36
Octal 106 150 315 102 61 0 24 341 71 66
Binary 1000110 1101000 11001101 1000010 110001 0 10100 11100001 111001 110110

Color Harmonies of #4668CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668CD

Black with #4668CD

Text Example


Text Example

White with #4668CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,104,205); }

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

background-color css

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

 a { background-color: rgb(70,104,205); }

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

border-color css

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

 span { border-color: rgb(70,104,205); }

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