Html Css Color HEX #4675DA Royal Blue

📋 copy color: '#4675DA'

red 70 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #4675DA

Tints of Royal Blue #4675DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 17.28%
G = 28.89%
B = 53.83%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4675DA (or 0x4675DA) is known color: Royal Blue. HEX triplet: 46, 75 and DA. RGB value is (70,117,218). Sum of RGB (Red+Green+Blue) = 70+117+218=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #4675DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675DA is #B98A25. Grayscale: #727272. Windows color (decimal): -12159526 or 14316870. OLE color: 14316870.

HSL color Cylindrical-coordinate representation of color #4675DA: hue angle of 220.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4675DA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 117 218 -
CMYK 0.68 0.46 0 0.15
HSL 220.95º 0.67% 0.56% -
HSV(B) 220.95º 0.68% 0.85% -
XYZ 21.54 19.09 68.88 -
YUV 114.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 70 117 218 0.68 0.46 0 0.15 220.95 0.67 0.56
Hex 46 75 DA 44 2E 0 F DD 43 38
Octal 106 165 332 104 56 0 17 335 103 70
Binary 1000110 1110101 11011010 1000100 101110 0 1111 11011101 1000011 111000

Color Harmonies of #4675DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675DA

Black with #4675DA

Text Example


Text Example

White with #4675DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4675DA; }

 p { color: rgb(70,117,218); }

 H1.HeaderClassName
 {
   color: #4675DA;
 }
 .AnyTagClassName
 {
   color: #4675DA;
 }
</style>

background-color css

<style>
 a { background-color: #4675DA; }

 a { background-color: rgb(70,117,218); }

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

border-color css

<style>
 span { border-color: #4675DA; }

 span { border-color: rgb(70,117,218); }

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