Html Css Color HEX #4B9ACD Picton Blue

📋 copy color: '#4B9ACD'

red 75 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #4B9ACD

Tints of Picton Blue #4B9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

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

R = 17.28%
G = 35.48%
B = 47.24%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B9ACD (or 0x4B9ACD) is known color: Picton Blue. HEX triplet: 4B, 9A and CD. RGB value is (75,154,205). Sum of RGB (Red+Green+Blue) = 75+154+205=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B9ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ACD is #B46532. Grayscale: #878787. Windows color (decimal): -11822387 or 13474379. OLE color: 13474379.

HSL color Cylindrical-coordinate representation of color #4B9ACD: hue angle of 203.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9ACD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 154 205 -
CMYK 0.63 0.25 0 0.20
HSL 203.54º 0.57% 0.55% -
HSV(B) 203.54º 0.63% 0.8% -
XYZ 25.48 29.01 62.02 -
YUV 136.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 75 154 205 0.63 0.25 0 0.20 203.54 0.57 0.55
Hex 4B 9A CD 3F 19 0 14 CC 39 37
Octal 113 232 315 77 31 0 24 314 71 67
Binary 1001011 10011010 11001101 111111 11001 0 10100 11001100 111001 110111

Color Harmonies of #4B9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9ACD

Black with #4B9ACD

Text Example


Text Example

White with #4B9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,154,205); }

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

background-color css

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

 a { background-color: rgb(75,154,205); }

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

border-color css

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

 span { border-color: rgb(75,154,205); }

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