Html Css Color HEX #4A8FBF Curious Blue

📋 copy color: '#4A8FBF'

red 74 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #4A8FBF

Tints of Curious Blue #4A8FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 18.14%
G = 35.05%
B = 46.81%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A8FBF (or 0x4A8FBF) is known color: Curious Blue. HEX triplet: 4A, 8F and BF. RGB value is (74,143,191). Sum of RGB (Red+Green+Blue) = 74+143+191=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A8FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8FBF is #B57040. Grayscale: #7F7F7F. Windows color (decimal): -11890753 or 12554058. OLE color: 12554058.

HSL color Cylindrical-coordinate representation of color #4A8FBF: hue angle of 204.62º 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 #4A8FBF is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 143 191 -
CMYK 0.61 0.25 0 0.25
HSL 204.62º 0.48% 0.52% -
HSV(B) 204.62º 0.61% 0.75% -
XYZ 22.05 24.86 52.93 -
YUV 127.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 74 143 191 0.61 0.25 0 0.25 204.62 0.48 0.52
Hex 4A 8F BF 3D 19 0 19 CD 30 34
Octal 112 217 277 75 31 0 31 315 60 64
Binary 1001010 10001111 10111111 111101 11001 0 11001 11001101 110000 110100

Color Harmonies of #4A8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8FBF

Black with #4A8FBF

Text Example


Text Example

White with #4A8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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