Html Css Color HEX #4664D4 Royal Blue

📋 copy color: '#4664D4'

red 70 ◦ green 100 ◦ blue 212

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

Shades of Royal Blue #4664D4

Tints of Royal Blue #4664D4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 212 (83.2% from 255) = 55.5%

R = 18.32%
G = 26.18%
B = 55.5%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4664D4 (or 0x4664D4) is known color: Royal Blue. HEX triplet: 46, 64 and D4. RGB value is (70,100,212). Sum of RGB (Red+Green+Blue) = 70+100+212=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #4664D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4664D4 is #B99B2B. Grayscale: #676767. Windows color (decimal): -12163884 or 13919302. OLE color: 13919302.

HSL color Cylindrical-coordinate representation of color #4664D4: hue angle of 227.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4664D4 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 100 212 -
CMYK 0.67 0.53 0 0.17
HSL 227.32º 0.62% 0.55% -
HSV(B) 227.32º 0.67% 0.83% -
XYZ 18.97 15.17 64.22 -
YUV 103.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 70 100 212 0.67 0.53 0 0.17 227.32 0.62 0.55
Hex 46 64 D4 43 35 0 11 E3 3E 37
Octal 106 144 324 103 65 0 21 343 76 67
Binary 1000110 1100100 11010100 1000011 110101 0 10001 11100011 111110 110111

Color Harmonies of #4664D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4664D4

Black with #4664D4

Text Example


Text Example

White with #4664D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4664D4; }

 p { color: rgb(70,100,212); }

 H1.HeaderClassName
 {
   color: #4664D4;
 }
 .AnyTagClassName
 {
   color: #4664D4;
 }
</style>

background-color css

<style>
 a { background-color: #4664D4; }

 a { background-color: rgb(70,100,212); }

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

border-color css

<style>
 span { border-color: #4664D4; }

 span { border-color: rgb(70,100,212); }

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