Html Css Color HEX #4A93BF Curious Blue

📋 copy color: '#4A93BF'

red 74 ◦ green 147 ◦ blue 191

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

Shades of Curious Blue #4A93BF

Tints of Curious Blue #4A93BF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 17.96%
G = 35.68%
B = 46.36%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A93BF (or 0x4A93BF) is known color: Curious Blue. HEX triplet: 4A, 93 and BF. RGB value is (74,147,191). Sum of RGB (Red+Green+Blue) = 74+147+191=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A93BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A93BF is #B56C40. Grayscale: #818181. Windows color (decimal): -11889729 or 12555082. OLE color: 12555082.

HSL color Cylindrical-coordinate representation of color #4A93BF: hue angle of 202.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A93BF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 147 191 -
CMYK 0.61 0.23 0 0.25
HSL 202.56º 0.48% 0.52% -
HSV(B) 202.56º 0.61% 0.75% -
XYZ 22.66 26.08 53.13 -
YUV 130.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 74 147 191 0.61 0.23 0 0.25 202.56 0.48 0.52
Hex 4A 93 BF 3D 17 0 19 CB 30 34
Octal 112 223 277 75 27 0 31 313 60 64
Binary 1001010 10010011 10111111 111101 10111 0 11001 11001011 110000 110100

Color Harmonies of #4A93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A93BF

Black with #4A93BF

Text Example


Text Example

White with #4A93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,191); }

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

background-color css

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

 a { background-color: rgb(74,147,191); }

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

border-color css

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

 span { border-color: rgb(74,147,191); }

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