Html Css Color HEX #4B5CED Royal Blue

📋 copy color: '#4B5CED'

red 75 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #4B5CED

Tints of Royal Blue #4B5CED

RGB

 RED value IS 75 (29.69% from 255) = 18.56%

 GREEN value IS 92 (36.33% from 255) = 22.77%

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 18.56%
G = 22.77%
B = 58.66%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4B5CED (or 0x4B5CED) is known color: Royal Blue. HEX triplet: 4B, 5C and ED. RGB value is (75,92,237). Sum of RGB (Red+Green+Blue) = 75+92+237=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B5CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5CED is #B4A312. Grayscale: #666666. Windows color (decimal): -11838227 or 15555659. OLE color: 15555659.

HSL color Cylindrical-coordinate representation of color #4B5CED: hue angle of 233.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B5CED is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 92 237 -
CMYK 0.68 0.61 0 0.07
HSL 233.7º 0.82% 0.61% -
HSV(B) 233.7º 0.68% 0.93% -
XYZ 22.01 15.26 81.91 -
YUV 103.45 203.37 107.71 -
System Red Green Blue C M Y K H S L
Decimal 75 92 237 0.68 0.61 0 0.07 233.7 0.82 0.61
Hex 4B 5C ED 44 3D 0 7 EA 52 3D
Octal 113 134 355 104 75 0 7 352 122 75
Binary 1001011 1011100 11101101 1000100 111101 0 111 11101010 1010010 111101

Color Harmonies of #4B5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5CED

Black with #4B5CED

Text Example


Text Example

White with #4B5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5CED; }

 p { color: rgb(75,92,237); }

 H1.HeaderClassName
 {
   color: #4B5CED;
 }
 .AnyTagClassName
 {
   color: #4B5CED;
 }
</style>

background-color css

<style>
 a { background-color: #4B5CED; }

 a { background-color: rgb(75,92,237); }

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

border-color css

<style>
 span { border-color: #4B5CED; }

 span { border-color: rgb(75,92,237); }

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