Html Css Color HEX #4A92CB Picton Blue

📋 copy color: '#4A92CB'

red 74 ◦ green 146 ◦ blue 203

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

Shades of Picton Blue #4A92CB

Tints of Picton Blue #4A92CB

RGB

 RED value IS 74 (29.3% from 255) = 17.49%

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 17.49%
G = 34.52%
B = 47.99%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A92CB (or 0x4A92CB) is known color: Picton Blue. HEX triplet: 4A, 92 and CB. RGB value is (74,146,203). Sum of RGB (Red+Green+Blue) = 74+146+203=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A92CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A92CB is #B56D34. Grayscale: #828282. Windows color (decimal): -11889973 or 13341258. OLE color: 13341258.

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

Color convert

RGB 74 146 203 -
CMYK 0.64 0.28 0 0.20
HSL 206.51º 0.55% 0.54% -
HSV(B) 206.51º 0.64% 0.8% -
XYZ 23.88 26.33 60.32 -
YUV 130.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 74 146 203 0.64 0.28 0 0.20 206.51 0.55 0.54
Hex 4A 92 CB 40 1C 0 14 CF 37 36
Octal 112 222 313 100 34 0 24 317 67 66
Binary 1001010 10010010 11001011 1000000 11100 0 10100 11001111 110111 110110

Color Harmonies of #4A92CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A92CB

Black with #4A92CB

Text Example


Text Example

White with #4A92CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,146,203); }

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

background-color css

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

 a { background-color: rgb(74,146,203); }

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

border-color css

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

 span { border-color: rgb(74,146,203); }

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